Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h608 } HciLogicalLinkCompleteEventParam; typedef
H A Dhci.h1105 void (*logicalLinkComplete)(const HciLogicalLinkCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1464 if (BufferGetSize(payloadBuffer) != sizeof(HciLogicalLinkCompleteEventParam)) { in HciEventOnLogicalLinkCompleteEvent()
1468HciLogicalLinkCompleteEventParam *param = (HciLogicalLinkCompleteEventParam *)BufferPtr(payloadBuf… in HciEventOnLogicalLinkCompleteEvent()