Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h176 int SMP_CheckRemotePairParam(const SMP_PairParam *pairParam, uint8_t *reason);
H A Dsmp_receive.c239 if (SMP_CheckRemotePairParam(pairParam, &reason)) { in SMP_RecvPairReqJudgeException()
305 if (SMP_CheckRemotePairParam(pairParam, &reason)) { in SMP_RecvPairRspJudgeException()
H A Dsmp_tool.c852 int SMP_CheckRemotePairParam(const SMP_PairParam *pairParam, uint8_t *reason) in SMP_CheckRemotePairParam() function