Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.cc852 ASSERT(security_manager_.GetAuthenticationAddress() == peer); in IncomingIoCapabilityNegativeResponsePacket()
1501 auto current_peer = security_manager_.GetAuthenticationAddress(); in IncomingPinRequestPacket()
1550 auto current_peer = security_manager_.GetAuthenticationAddress(); in IncomingPinResponsePacket()
1729 ASSERT(security_manager_.GetAuthenticationAddress() == peer); in AuthenticateRemoteStage1()
1767 ASSERT(security_manager_.GetAuthenticationAddress() == peer); in AuthenticateRemoteStage2()
1838 if (security_manager_.GetAuthenticationAddress() != peer) { in IoCapabilityRequestNegativeReply()
1899 auto current_peer = security_manager_.GetAuthenticationAddress(); in PinCodeRequestReply()
1953 if (security_manager_.GetAuthenticationAddress() != peer) { in UserConfirmationRequestReply()
1976 if (security_manager_.GetAuthenticationAddress() != peer) { in UserPasskeyRequestReply()
2003 if (security_manager_.GetAuthenticationAddress() != peer) { in RemoteOobDataRequestReply()
[all …]
H A Dsecurity_manager.h80 Address GetAuthenticationAddress();
H A Dsecurity_manager.cc83 Address SecurityManager::GetAuthenticationAddress() { in GetAuthenticationAddress() function in test_vendor_lib::SecurityManager