Home
last modified time | relevance | path

Searched refs:disconnectionLogicalLinkComplete (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1500 if (callbacks->disconnectionLogicalLinkComplete != NULL) { in HciEventOnDisconnectionLogicalLinkCompleteEvent()
1501 callbacks->disconnectionLogicalLinkComplete(param); in HciEventOnDisconnectionLogicalLinkCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1108 …void (*disconnectionLogicalLinkComplete)(const HciDisconnectionLogicalLinkCompleteEventParam *even… member