Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dle_connection_management_callbacks.h41 virtual void OnLocalAddressUpdate(AddressWithType address_with_type) = 0;
Dle_acl_connection.cc69 void OnLocalAddressUpdate(AddressWithType address_with_type) override { in OnLocalAddressUpdate() function in bluetooth::hci::acl_manager::LeAclConnectionTracker
70 SAVE_OR_CALL(OnLocalAddressUpdate, address_with_type); in OnLocalAddressUpdate()
Dle_impl.h681 callbacks->OnLocalAddressUpdate(address_with_type); in UpdateLocalAddress()
/system/bt/gd/l2cap/le/internal/
Dlink.h91 void OnLocalAddressUpdate(hci::AddressWithType address_with_type) override;
Dlink.cc103 void Link::OnLocalAddressUpdate(hci::AddressWithType address_with_type) { in OnLocalAddressUpdate() function in bluetooth::l2cap::le::internal::Link
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.cc283 void OnLocalAddressUpdate(AddressWithType address_with_type) override {} in OnLocalAddressUpdate() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
/system/bt/main/shim/
Dacl.cc647 void OnLocalAddressUpdate(hci::AddressWithType address_with_type) override { in OnLocalAddressUpdate() function in LeShimAclConnection
/system/bt/gd/hci/
Dacl_manager_test.cc675 MOCK_METHOD1(OnLocalAddressUpdate, void(AddressWithType address_with_type));