Home
last modified time | relevance | path

Searched refs:SMP_NotifyCbPairRet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_common.h37 void SMP_NotifyCbPairRet(uint16_t handle, uint8_t status, const SMP_PairResult *result);
H A Dsmp.c1603 SMP_NotifyCbPairRet(handle, status, &pairResult); in SMP_GenPairRetNormal()
1618 SMP_NotifyCbPairRet(handle, status, &pairResult); in SMP_GenPairRetException()
1751 void SMP_NotifyCbPairRet(uint16_t handle, uint8_t status, const SMP_PairResult *result) in SMP_NotifyCbPairRet() function