Home
last modified time | relevance | path

Searched refs:GetLocalAddress (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/l2cap/le/
Dlink_options.cc40 hci::AddressWithType LinkOptions::GetLocalAddress() const { in GetLocalAddress() function in bluetooth::l2cap::le::LinkOptions
41 return acl_connection_->GetLocalAddress(); in GetLocalAddress()
Dlink_options.h53 hci::AddressWithType GetLocalAddress() const;
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.h41 virtual AddressWithType GetLocalAddress() const { in GetLocalAddress() function
/system/bt/gd/hci/
Dacl_manager_mock.h58 MOCK_METHOD(AddressWithType, GetLocalAddress, (), (const, override));
Dacl_manager_test.cc682 ASSERT_EQ(connection_->GetLocalAddress(), my_initiating_address); in TEST_F()
857 ASSERT_EQ(connection_->GetLocalAddress(), my_initiating_address); in TEST_F()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc532 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe()
604 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()
/system/bt/main/shim/
Dacl.cc614 return connection_->GetLocalAddress(); in GetLocalAddressWithType()
Dl2c_api.cc1204 auto local = channel->second->GetLinkOptions()->GetLocalAddress(); in L2CA_ReadConnectionAddr()