Searched refs:local_address (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 56 local_address: Option<BDAddr>, field 68 local_address: None, in new() 73 self.local_address = Some(BDAddr::from_byte_vec(raw)); in update_local_address() 76 callback.1.on_bluetooth_address_changed(self.local_address.unwrap().to_string()); in update_local_address() 187 match self.local_address { in get_address()
|
/system/bt/main/shim/ |
D | acl_api.cc | 102 auto local_address = in ACL_ReadConnectionAddress() local 104 conn_addr = ToRawAddress(local_address.GetAddress()); in ACL_ReadConnectionAddress() 105 *p_addr_type = static_cast<uint8_t>(local_address.GetAddressType()); in ACL_ReadConnectionAddress()
|
/system/bt/gd/hci/facade/ |
D | controller_facade.cc | 45 Address local_address = controller_->GetMacAddress(); in GetMacAddress() local 46 response->set_address(local_address.ToString()); in GetMacAddress()
|
/system/bt/gd/hci/acl_manager/ |
D | le_acl_connection.h | 36 AddressWithType local_address,
|
D | le_impl.h | 152 AddressWithType local_address = le_address_manager_->GetCurrentAddress(); in on_le_connection_complete() local 193 … std::move(queue), le_acl_connection_interface_, handle, local_address, remote_address, role)); in on_le_connection_complete() 233 AddressWithType local_address; in on_le_enhanced_connection_complete() local 235 local_address = le_address_manager_->GetCurrentAddress(); in on_le_enhanced_connection_complete() 239 local_address = AddressWithType{}; in on_le_enhanced_connection_complete() 259 … std::move(queue), le_acl_connection_interface_, handle, local_address, remote_address, role)); in on_le_enhanced_connection_complete()
|
D | le_acl_connection.cc | 107 AddressWithType local_address, in LeAclConnection() argument 111 local_address_(local_address), in LeAclConnection()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 85 Address local_address = properties_.GetAddress(); in SendCommandToRemoteByAddress() local 91 local_address, remote)); in SendCommandToRemoteByAddress() 93 local_address, remote)); in SendCommandToRemoteByAddress() 98 local_address, remote)); in SendCommandToRemoteByAddress() 105 local_address, remote, page_number)); in SendCommandToRemoteByAddress() 110 local_address, remote)); in SendCommandToRemoteByAddress() 114 local_address, remote)); in SendCommandToRemoteByAddress()
|