Searched refs:GetLocalAddress (Results 1 – 8 of 8) 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;
41 virtual AddressWithType GetLocalAddress() const { in GetLocalAddress() function
58 MOCK_METHOD(AddressWithType, GetLocalAddress, (), (const, override));
682 ASSERT_EQ(connection_->GetLocalAddress(), my_initiating_address); in TEST_F()857 ASSERT_EQ(connection_->GetLocalAddress(), my_initiating_address); in TEST_F()
532 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe()604 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()
614 return connection_->GetLocalAddress(); in GetLocalAddressWithType()
1204 auto local = channel->second->GetLinkOptions()->GetLocalAddress(); in L2CA_ReadConnectionAddr()