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/
H A Dgap_if.h189 void (*pinCodeReq)(const BtAddr *addr, void *context); member
426 * @brief Respond PIN code request. Reply callback GapAuthenticationCallback::pinCodeReq
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A 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/
H A Dclassic_adapter.cpp288 authenticationCbs.pinCodeReq = PinCodeReqCallback; in RegisterCallback()

Completed in 8 milliseconds