Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dgap_if.h190 void (*linkKeyReq)(const BtAddr *addr, void *context); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_br_sec.c1576 if (g_authenticationCallback.callback.linkKeyReq) { in GapOnLinkKeyRequestEvent()
1578 g_authenticationCallback.callback.linkKeyReq(&addr, g_authenticationCallback.context); in GapOnLinkKeyRequestEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp287 authenticationCbs.linkKeyReq = LinkKeyReqCallback; in RegisterCallback()