Searched refs:GetAuthenticationAddress (Results 1 – 3 of 3) sorted by relevance
852 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 …]
80 Address GetAuthenticationAddress();
83 Address SecurityManager::GetAuthenticationAddress() { in GetAuthenticationAddress() function in test_vendor_lib::SecurityManager