Searched refs:SMP_CallbackAuthenticationRequest (Results 1 – 3 of 3) sorted by relevance
171 …void (*SMP_CallbackAuthenticationRequest)(uint16_t handle, uint8_t pairMethod, const uint8_t *disp… member
225 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()
404 .SMP_CallbackAuthenticationRequest = GapRecvLeAuthenticationRequest,