Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h172 void (*SMP_CallbackPairResult)(uint16_t handle, uint8_t status, const SMP_PairResult *result); member
H A Dsmp.c234 if (param->cb.SMP_CallbackPairResult != NULL) { in SMP_RegCbTask()
235 g_smpCallBack.SMP_CallbackPairResult = param->cb.SMP_CallbackPairResult; in SMP_RegCbTask()
276 g_smpCallBack.SMP_CallbackPairResult = NULL; in SMP_UnregCbTask()
1753 if (g_smpCallBack.SMP_CallbackPairResult != NULL) { in SMP_NotifyCbPairRet()
1754 g_smpCallBack.SMP_CallbackPairResult(handle, status, result); in SMP_NotifyCbPairRet()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c405 .SMP_CallbackPairResult = GapRecvLePairResult,