Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dgap_if.h189 void (*pinCodeReq)(const BtAddr *addr, void *context); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_br_sec.c1440 } else if (g_authenticationCallback.callback.pinCodeReq) { in GapOnPINCodeRequestEvent()
1441 g_authenticationCallback.callback.pinCodeReq(&addr, g_authenticationCallback.context); in GapOnPINCodeRequestEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp288 authenticationCbs.pinCodeReq = PinCodeReqCallback; in RegisterCallback()