Searched refs:GetLocalAddress (Results 1 – 6 of 6) sorted by relevance
40 hci::AddressWithType LinkOptions::GetLocalAddress() const { in GetLocalAddress() function in bluetooth::l2cap::le::LinkOptions41 return acl_connection_->GetLocalAddress(); in GetLocalAddress()
53 hci::AddressWithType GetLocalAddress() const;
37 virtual AddressWithType GetLocalAddress() const { in GetLocalAddress() function
55 MOCK_METHOD(AddressWithType, GetLocalAddress, (), (const, override));
644 ASSERT_EQ(connection_->GetLocalAddress(), my_initiating_address); in TEST_F()742 ASSERT_EQ(connection_->GetLocalAddress(), my_initiating_address); in TEST_F()
453 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe()523 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()