Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dgap_if.h186 void (*userPasskeyReq)(const BtAddr *addr, void *context); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_br_sec.c1268 if (g_authenticationCallback.callback.userPasskeyReq) { in GapOnUserPasskeyRequestEvent()
1269 g_authenticationCallback.callback.userPasskeyReq(&addr, g_authenticationCallback.context); in GapOnUserPasskeyRequestEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp292 authenticationCbs.userPasskeyReq = UserPasskeyReqCallback; in RegisterCallback()