Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h184 bool SMP_IsPasskeyEntryPair(uint8_t pairMethod);
H A Dsmp.c400 if (accept && SMP_IsPasskeyEntryPair(pairMethod)) { in SMP_AuthenticationRequestReply()
1097 if (SMP_IsPasskeyEntryPair(pairMethod)) { in SMP_AuthReqReplyStepTransMaster()
1180 if (SMP_IsPasskeyEntryPair(pairMethod)) { in SMP_AuthReqReplyStepTransSlave()
1265 if (SMP_IsPasskeyEntryPair(pairMethod)) { in SMP_AuthReqReplyObtainEntryValue()
1367 if ((SMP_IsPasskeyEntryPair(g_smpPairMng.local.pairMethod)) || in SMP_PairReqReplyScPair()
1503 (SMP_IsPasskeyEntryPair(g_smpPairMng.local.pairMethod))) { in SMP_PairRspReplyScPair()
H A Dsmp_tool.c456 if (SMP_IsPasskeyEntryPair(SMP_GetPairMng()->local.pairMethod)) { in SMP_ConstituteF6Param()
934 bool SMP_IsPasskeyEntryPair(uint8_t pairMethod) in SMP_IsPasskeyEntryPair() function