Home
last modified time | relevance | path

Searched refs:CopyToRustAddress (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc145 RustRawAddress addr = rusty::CopyToRustAddress(bd_addr); in connection_state_cb()
149 RustRawAddress addr = rusty::CopyToRustAddress(bd_addr); in audio_state_cb()
157 RustRawAddress addr = rusty::CopyToRustAddress(bd_addr); in audio_config_cb()
164 RustRawAddress addr = rusty::CopyToRustAddress(bd_addr); in mandatory_codec_preferred_cb()
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc120 RustRawAddress raw_address = rusty::CopyToRustAddress(bda); in OnScanResult()
136 rusty::RustRawAddress addr = rusty::CopyToRustAddress(ati.advertiser_address); in OnTrackAdvFoundLost()
314 RustRawAddress converted = rusty::CopyToRustAddress(address); in OnPeriodicSyncStarted()
328 RustRawAddress converted = rusty::CopyToRustAddress(address); in OnPeriodicSyncTransferred()
Dgatt_ble_advertiser_shim.cc96 RustRawAddress converted = rusty::CopyToRustAddress(address); in OnOwnAddressRead()
228 RustRawAddress converted = rusty::CopyToRustAddress(address); in OnGetAddressCallback()
Dgatt_shim.cc33 …bluetooth::topshim::rust::read_phy_callback(client_if, CopyToRustAddress(address), tx_phy, rx_phy,… in ReadPhyCallback()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc35 RustRawAddress raddr = rusty::CopyToRustAddress(*addr); in connection_state_cb()
40 RustRawAddress raddr = rusty::CopyToRustAddress(*addr); in audio_state_cb()
/packages/modules/Bluetooth/system/gd/rust/topshim/common/
Dutils.h27 RustRawAddress CopyToRustAddress(const RawAddress& address);
Dutils.cc27 RustRawAddress CopyToRustAddress(const RawAddress& address) { in CopyToRustAddress() function
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.cc44 return CopyToRustAddress(*controller_->get_address()); in read_local_addr()