Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h618 } HciDisconnectionLogicalLinkCompleteEventParam; typedef
H A Dhci.h1108 …void (*disconnectionLogicalLinkComplete)(const HciDisconnectionLogicalLinkCompleteEventParam *even…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1488 if (BufferGetSize(payloadBuffer) != sizeof(HciDisconnectionLogicalLinkCompleteEventParam)) { in HciEventOnDisconnectionLogicalLinkCompleteEvent()
1492 HciDisconnectionLogicalLinkCompleteEventParam *param = in HciEventOnDisconnectionLogicalLinkCompleteEvent()
1493 (HciDisconnectionLogicalLinkCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnDisconnectionLogicalLinkCompleteEvent()