Home
last modified time | relevance | path

Searched refs:needAuthentication (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c70 reqInfo->needAuthentication = !!(info->securityMode & GAP_SEC_OUT_AUTHENTICATION); in GapAllocReqSecInfo()
77 reqInfo->needAuthentication = !!(info->securityMode & GAP_SEC_IN_AUTHENTICATION); in GapAllocReqSecInfo()
81 reqInfo->needUnauthentication = reqInfo->needEncryption && !reqInfo->needAuthentication; in GapAllocReqSecInfo()
173 } else if (reqInfo->needAuthentication || reqInfo->needUnauthentication) { in GapDoSecurityAction()
291 reqInfo->needAuthentication = false; in GapRequestSecurityProcess()
302 } else if (reqInfo->needAuthentication || reqInfo->needUnauthentication || reqInfo->needEncryption) { in GapRequestSecurityProcess()
580 if (devInfo->actionReq->needAuthentication) { in GapUpdateSecurityStatusUnauthenticationSuccess()
581 devInfo->actionReq->needAuthentication = false; in GapUpdateSecurityStatusUnauthenticationSuccess()
603 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr) && reqInfo->needAuthentication) { in GapUpdateSecurityStatusAuthenticationSuccess()
604 reqInfo->needAuthentication in GapUpdateSecurityStatusAuthenticationSuccess()
[all...]
H A Dgap_def.h202 bool needAuthentication; member

Completed in 6 milliseconds