Home
last modified time | relevance | path

Searched refs:SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h81 #define SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV 0x07 // Data Type: uint8_t array (38 bytes) macro
H A Dsmp_tool.c831 mng->local.pairMethod = SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV; in SMP_CalcPairMethodScPair()
832 mng->peer.pairMethod = SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV; in SMP_CalcPairMethodScPair()
926 (pairMethod == SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV) || in SMP_IsScOobPair()
H A Dsmp.c1393 if (g_smpPairMng.local.pairMethod == SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV) { in SMP_PairReqReplyScPairOob()
1531 if (g_smpPairMng.local.pairMethod == SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV) { in SMP_PairRspReplyScPairOob()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c158 if (pairMethod == SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV || in GapLeSecureConnectionOOBProcess()
191 if (pairMethod == SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV) { in GapLeSecureConnectionOOBProcess()
227 case SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV: in GapLeAuthenticationRequestProcess()
H A Dgap_sm_receive.c105 case SMP_PAIR_METHOD_OOB_SC_LOCAL_SEND_PEER_RECV: in GapAllocLeAuthenticationRequestValue()