Home
last modified time | relevance | path

Searched refs:linkKeyNotification (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h191 void (*linkKeyNotification)( member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c469 if (callbacks->linkKeyNotification != NULL) { in HciEventOnLinkKeyNotificationEvent()
470 callbacks->linkKeyNotification(param); in HciEventOnLinkKeyNotificationEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1011 void (*linkKeyNotification)(const HciLinkKeyNotificationEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1550 if (g_authenticationCallback.callback.linkKeyNotification) { in GapOnLinkKeyNotificationEvent()
1551 g_authenticationCallback.callback.linkKeyNotification( in GapOnLinkKeyNotificationEvent()
H A Dgap_hci_receive.c941 .linkKeyNotification = GapRecvLinkKeyNotificationEvent,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp286 authenticationCbs.linkKeyNotification = LinkKeyNotification; in RegisterCallback()