Home
last modified time | relevance | path

Searched refs:UpdateLocalAddress (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_acl_connection.h45 virtual void UpdateLocalAddress(AddressWithType address) { in UpdateLocalAddress() function
H A Dle_impl.h674 void UpdateLocalAddress(uint16_t handle, hci::AddressWithType address_with_type) { in UpdateLocalAddress() function
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc104 acl_connection_->UpdateLocalAddress(address_with_type); in OnLocalAddressUpdate()
/aosp12/system/bt/gd/hci/
H A Dacl_manager.cc254 CallOn(pimpl_->le_impl_, &le_impl::UpdateLocalAddress, conn_handle, adv_address); in OnAdvertisingSetTerminated()
/aosp12/system/bt/main/shim/
H A Dacl.cc648 connection_->UpdateLocalAddress(address_with_type); in OnLocalAddressUpdate()