Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h79 #define SMP_PAIR_METHOD_OOB_LEGACY 0x05 // Data Type: uint8_t array (16 bytes) macro
H A Dsmp_tool.c801 mng->local.pairMethod = SMP_PAIR_METHOD_OOB_LEGACY; in SMP_CalcPairMethodLegacyPair()
802 mng->peer.pairMethod = SMP_PAIR_METHOD_OOB_LEGACY; in SMP_CalcPairMethodLegacyPair()
H A Dsmp.c402 } else if (accept && (pairMethod == SMP_PAIR_METHOD_OOB_LEGACY)) { in SMP_AuthenticationRequestReply()
1272 } else if (pairMethod == SMP_PAIR_METHOD_OOB_LEGACY) { in SMP_AuthReqReplyObtainEntryValue()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c101 case SMP_PAIR_METHOD_OOB_LEGACY: in GapAllocLeAuthenticationRequestValue()
H A Dgap_le_sec.c218 case SMP_PAIR_METHOD_OOB_LEGACY: in GapLeAuthenticationRequestProcess()