Searched refs:local_address (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/hci/facade/ |
D | controller_facade.cc | 45 Address local_address = controller_->GetControllerMacAddress(); in GetMacAddress() local 46 response->set_address(local_address.ToString()); in GetMacAddress()
|
/system/bt/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 88 … AddressWithType local_address, AddressWithType remote_address, Role role) in LeAclConnection() argument 89 …: AclConnection(queue->GetUpEnd(), handle), local_address_(local_address), remote_address_(remote_… in LeAclConnection()
|
D | le_acl_connection.h | 34 AddressWithType local_address, AddressWithType remote_address, Role role);
|
D | le_impl.h | 118 AddressWithType local_address = le_address_manager_->GetCurrentAddress(); in on_le_connection_complete() local 155 … std::move(do_disconnect), handle, local_address, in on_le_connection_complete() 171 AddressWithType local_address = le_address_manager_->GetCurrentAddress(); in on_le_enhanced_connection_complete() local 209 … std::move(do_disconnect), handle, local_address, in on_le_enhanced_connection_complete()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 65 Address local_address = properties_.GetAddress(); in SendCommandToRemoteByAddress() local 71 local_address, remote)); in SendCommandToRemoteByAddress() 73 local_address, remote)); in SendCommandToRemoteByAddress() 78 local_address, remote)); in SendCommandToRemoteByAddress() 85 local_address, remote, page_number)); in SendCommandToRemoteByAddress() 90 local_address, remote)); in SendCommandToRemoteByAddress() 94 local_address, remote)); in SendCommandToRemoteByAddress()
|