Home
last modified time | relevance | path

Searched refs:SMP_AUTH_REQ_BIT_SC (Results 1 - 6 of 6) 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.c817 authReq &= ~SMP_AUTH_REQ_BIT_SC; in GapLePair()
947 localFeature.authReq &= ~SMP_AUTH_REQ_BIT_SC; in GAP_LePairFeatureRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h118 #define SMP_AUTH_REQ_BIT_SC 0x08 macro
H A Dsmp_receive.c246 if (SMP_GetSecureConnOnlyMode() && (!(pairParam->authReq & SMP_AUTH_REQ_BIT_SC))) { in SMP_RecvPairReqJudgeException()
311 if (SMP_GetSecureConnOnlyMode() && (!(pairParam->authReq & SMP_AUTH_REQ_BIT_SC))) { in SMP_RecvPairRspJudgeException()
554 if (SMP_GetSecureConnOnlyMode() && (!(authReq & SMP_AUTH_REQ_BIT_SC))) { in SMP_ReceiveSecurityRequest()
H A Dsmp_tool.c713 if ((mng->local.pairParam.authReq & SMP_AUTH_REQ_BIT_SC) && (mng->peer.pairParam.authReq & SMP_AUTH_REQ_BIT_SC)) { in SMP_CalculatePairType()
H A Dsmp.c318 } else if (SMP_GetSecureConnOnlyMode() && (!(param->param.authReq & SMP_AUTH_REQ_BIT_SC))) { in SMP_StartPairTask()
1323 if (SMP_GetSecureConnOnlyMode() && (!(param->authReq & SMP_AUTH_REQ_BIT_SC))) { in SMP_PairReqReplyJudgeException()

Completed in 9 milliseconds