Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h185 bool SMP_IsJustworkOrNumericPair(uint8_t pairMethod);
H A Dsmp.c1368 (SMP_IsJustworkOrNumericPair(g_smpPairMng.local.pairMethod))) { in SMP_PairReqReplyScPair()
1370 if (SMP_IsJustworkOrNumericPair(g_smpPairMng.local.pairMethod)) { in SMP_PairReqReplyScPair()
1502 if ((SMP_IsJustworkOrNumericPair(g_smpPairMng.local.pairMethod)) || in SMP_PairRspReplyScPair()
1505 if (SMP_IsJustworkOrNumericPair(g_smpPairMng.local.pairMethod)) { in SMP_PairRspReplyScPair()
H A Dsmp_tool.c945 bool SMP_IsJustworkOrNumericPair(uint8_t pairMethod) in SMP_IsJustworkOrNumericPair() function