Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h187 void (*userPasskeyNotification)(const BtAddr *addr, uint32_t number, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c869 if (callbacks->userPasskeyNotification != NULL) { in HciEventOnUserPasskeyNotificationEvent()
870 callbacks->userPasskeyNotification(param); in HciEventOnUserPasskeyNotificationEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1080 void (*userPasskeyNotification)(const HciUserPasskeyNotificationEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1253 if (g_authenticationCallback.callback.userPasskeyNotification) { in GapOnUserPasskeyNotificationEvent()
1254 g_authenticationCallback.callback.userPasskeyNotification( in GapOnUserPasskeyNotificationEvent()
H A Dgap_hci_receive.c951 .userPasskeyNotification = GapRecvUserPasskeyNotificationEvent,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp293 authenticationCbs.userPasskeyNotification = UserPasskeyNotificationCallback; in RegisterCallback()