Home
last modified time | relevance | path

Searched refs:SMP_GetSecureConnOnlyMode (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_common.h34 bool SMP_GetSecureConnOnlyMode();
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.c318 } else if (SMP_GetSecureConnOnlyMode() && (!(param->param.authReq & SMP_AUTH_REQ_BIT_SC))) { in SMP_StartPairTask()
954 bool SMP_GetSecureConnOnlyMode() in SMP_GetSecureConnOnlyMode() function
1323 if (SMP_GetSecureConnOnlyMode() && (!(param->authReq & SMP_AUTH_REQ_BIT_SC))) { in SMP_PairReqReplyJudgeException()

Completed in 5 milliseconds