Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h176 void (*SMP_CallbackLongTermKeyRequest)(uint16_t handle, const uint8_t *random, uint16_t ediv); member
H A Dsmp.c231 if (param->cb.SMP_CallbackLongTermKeyRequest != NULL) { in SMP_RegCbTask()
232 g_smpCallBack.SMP_CallbackLongTermKeyRequest = param->cb.SMP_CallbackLongTermKeyRequest; in SMP_RegCbTask()
275 g_smpCallBack.SMP_CallbackLongTermKeyRequest = NULL; in SMP_UnregCbTask()
1781 if (g_smpCallBack.SMP_CallbackLongTermKeyRequest != NULL) { in SMP_NotifyCbLtkReq()
1782 g_smpCallBack.SMP_CallbackLongTermKeyRequest(handle, random, ediv); in SMP_NotifyCbLtkReq()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c409 .SMP_CallbackLongTermKeyRequest = GapRecvLeLongTermKeyRequest,