Home
last modified time | relevance | path

Searched refs:local_address (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/rust/linux/stack/src/
Dbluetooth.rs56 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/
Dacl_api.cc102 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/
Dcontroller_facade.cc45 Address local_address = controller_->GetMacAddress(); in GetMacAddress() local
46 response->set_address(local_address.ToString()); in GetMacAddress()
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.h36 AddressWithType local_address,
Dle_impl.h152 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()
Dle_acl_connection.cc107 AddressWithType local_address, in LeAclConnection() argument
111 local_address_(local_address), in LeAclConnection()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc85 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()