Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1353 if (callbacks->physicalLinkComplete != NULL) { in HciEventOnPhysicalLinkCompleteEvent()
1354 callbacks->physicalLinkComplete(param); in HciEventOnPhysicalLinkCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1090 void (*physicalLinkComplete)(const HciPhysicalLinkCompleteEventParam *eventParam); member