Home
last modified time | relevance | path

Searched refs:HciConnectionPacketTypeChangedEventParam (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h327 } HciConnectionPacketTypeChangedEventParam; typedef
H A Dhci.h1023 void (*connectionPacketTypeChanged)(const HciConnectionPacketTypeChangedEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1171 if (BufferGetSize(payloadBuffer) != sizeof(HciConnectionPacketTypeChangedEventParam)) { in HciEventOnConnectionPacketTypeChangedEvent()
1175 HciConnectionPacketTypeChangedEventParam *param = in HciEventOnConnectionPacketTypeChangedEvent()
1176 (HciConnectionPacketTypeChangedEventParam *)BufferPtr(payloadBuffer); in HciEventOnConnectionPacketTypeChangedEvent()