Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dsecurity_manager.cc113 host_authentication_requirements_ = static_cast<AuthenticationType>(authentication_requirements); in SetLocalIoCapability()
126 …bool host_requires_mitm = (host_authentication_requirements_ == AuthenticationType::NO_BONDING_MIT… in GetSimplePairingType()
127 … (host_authentication_requirements_ == AuthenticationType::DEDICATED_BONDING_MITM) || in GetSimplePairingType()
128 … (host_authentication_requirements_ == AuthenticationType::GENERAL_BONDING_MITM); in GetSimplePairingType()
Dsecurity_manager.h100 AuthenticationType host_authentication_requirements_; variable