Home
last modified time | relevance | path

Searched refs:GetLocalAddress (Results 1 – 6 of 6) 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.h37 virtual AddressWithType GetLocalAddress() const { in GetLocalAddress() function
/system/bt/gd/hci/
Dacl_manager_mock.h55 MOCK_METHOD(AddressWithType, GetLocalAddress, (), (const, override));
Dacl_manager_test.cc644 ASSERT_EQ(connection_->GetLocalAddress(), my_initiating_address); in TEST_F()
742 ASSERT_EQ(connection_->GetLocalAddress(), my_initiating_address); in TEST_F()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc453 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe()
523 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()