Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c59 static bool GapLeSecurityNeedAuthentication(const LeLocalInfo *localInfo) in GapLeSecurityNeedAuthentication() function
252 if (GapLeSecurityNeedAuthentication(localInfo) && pairMethod == SMP_PAIR_METHOD_JUST_WORK) { in GapLeAuthenticationRequest()
463 … if (GapLeSecurityNeedAuthentication(localInfo) && !(param->authReq & SMP_AUTH_REQ_BIT_MITM)) { in GapLeRemotePairResponse()
598 } else if (GapLeSecurityNeedAuthentication(localInfo)) { in GAP_LeRemoteEncryptionKeyRsp()