Home
last modified time | relevance | path

Searched defs:bonded_devices (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/
DDistanceMeasurementInitiator.java87 Set<BluetoothDevice> bonded_devices = mBluetoothAdapter.getBondedDevices(); in updatePairedDevice() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc614 btif_bonded_devices_t bonded_devices; in btif_storage_get_adapter_property() local
900 btif_bonded_devices_t bonded_devices; in btif_storage_load_le_devices() local
972 btif_bonded_devices_t bonded_devices; in btif_storage_load_bonded_devices() local
Dbtif_core.cc317 RawAddress bonded_devices[BTM_SEC_MAX_DEVICE_RECORDS]; in btif_in_get_adapter_properties() local
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs81 pub(crate) bonded_devices: HashMap<String, BluetoothDevice>, field
293 let bonded_devices = self.adapter_dbus.as_ref().unwrap().get_bonded_devices(); in update_bonded_devices() localVariable