Home
last modified time | relevance | path

Searched refs:SMP_AUTH_REQ_BIT_MITM (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_def.h73 #define AUTH_REQ_DEFAULT (SMP_AUTH_REQ_BONDING | SMP_AUTH_REQ_BIT_MITM | SMP_AUTH_REQ_BIT_SC)
H A Dgap_le_sec.c463 if (GapLeSecurityNeedAuthentication(localInfo) && !(param->authReq & SMP_AUTH_REQ_BIT_MITM)) { in GapLeRemotePairResponse()
729 authReq &= SMP_AUTH_REQ_BIT_MITM; in GapLeRequestSecurityProcess()
941 localFeature.authReq |= SMP_AUTH_REQ_BIT_MITM; in GAP_LePairFeatureRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h117 #define SMP_AUTH_REQ_BIT_MITM 0x04 macro
H A Dsmp_tool.c803 } else if ((!(SMP_AUTH_REQ_BIT_MITM & mng->local.pairParam.authReq)) && in SMP_CalcPairMethodLegacyPair()
804 (!(SMP_AUTH_REQ_BIT_MITM & mng->peer.pairParam.authReq))) { in SMP_CalcPairMethodLegacyPair()
833 } else if ((!(mng->local.pairParam.authReq & SMP_AUTH_REQ_BIT_MITM)) && in SMP_CalcPairMethodScPair()
834 (!(mng->peer.pairParam.authReq & SMP_AUTH_REQ_BIT_MITM))) { in SMP_CalcPairMethodScPair()

Completed in 6 milliseconds