Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h171 …void (*SMP_CallbackAuthenticationRequest)(uint16_t handle, uint8_t pairMethod, const uint8_t *disp… member
H A Dsmp.c225 if (param->cb.SMP_CallbackAuthenticationRequest != NULL) { in SMP_RegCbTask()
226 … g_smpCallBack.SMP_CallbackAuthenticationRequest = param->cb.SMP_CallbackAuthenticationRequest; in SMP_RegCbTask()
273 g_smpCallBack.SMP_CallbackAuthenticationRequest = NULL; in SMP_UnregCbTask()
1746 if (g_smpCallBack.SMP_CallbackAuthenticationRequest != NULL) { in SMP_NotifyCbAuthReq()
1747 g_smpCallBack.SMP_CallbackAuthenticationRequest(handle, pairMethod, displayValue); in SMP_NotifyCbAuthReq()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c404 .SMP_CallbackAuthenticationRequest = GapRecvLeAuthenticationRequest,