Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h175 void (*SMP_CallbackRemoteSecurityRequest)(uint16_t handle, uint8_t authReq); member
H A Dsmp.c243 if (param->cb.SMP_CallbackRemoteSecurityRequest != NULL) { in SMP_RegCbTask()
244 … g_smpCallBack.SMP_CallbackRemoteSecurityRequest = param->cb.SMP_CallbackRemoteSecurityRequest; in SMP_RegCbTask()
279 g_smpCallBack.SMP_CallbackRemoteSecurityRequest = NULL; in SMP_UnregCbTask()
1774 if (g_smpCallBack.SMP_CallbackRemoteSecurityRequest != NULL) { in SMP_NotifyCbSecReq()
1775 g_smpCallBack.SMP_CallbackRemoteSecurityRequest(handle, authReq); in SMP_NotifyCbSecReq()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c408 .SMP_CallbackRemoteSecurityRequest = GapRecvLeRemoteSecurityRequest,