Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_def.h226 uint8_t remoteAuthReq; member
H A Dgap_br_sec.c923 authenticationRequirements = devInfo->remoteAuthReq; in GapIOCapabilityRequestReply()
969 if ((GapIsBondMode() == false) && (devInfo->remoteAuthReq != AUTHENTICATION_UNKNOWN_MITM) && in GapOnIOCapabilityRequestEvent()
970 (devInfo->remoteAuthReq != AUTHENTICATION_MITM_NO_BONDING) && in GapOnIOCapabilityRequestEvent()
971 (devInfo->remoteAuthReq != AUTHENTICATION_NO_MITM_NO_BONDING)) { in GapOnIOCapabilityRequestEvent()
1017 devInfo->remoteAuthReq = eventParam->authenticationRequirements; in GapOnIOCapabilityResponseEvent()
1171 remoteMitmRequired = devInfo->remoteAuthReq & GAP_MITM_REQUIRED; in GapOnUserConfirmationRequestEvent()
H A Dgap.c1177 deviceInfo->remoteAuthReq = AUTHENTICATION_UNKNOWN_MITM; in GapAllocDeviceInfo()

Completed in 6 milliseconds