Home
last modified time | relevance | path

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

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