Home
last modified time | relevance | path

Searched refs:Bonded (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs698 ctx.bond_state == BtBondState::Bonded in update_connectable_mode()
1106 .filter(|v| v.is_connected() && v.bond_state == BtBondState::Bonded) in get_bonded_and_connected_devices()
1159 if device.bond_state != BtBondState::Bonded && !device.is_connected() { in send_metrics_remote_device_info()
1668 .and_modify(|d| d.bond_state = BtBondState::Bonded) in adapter_properties_changed()
1670 BtBondState::Bonded, in adapter_properties_changed()
1878 BtBondState::Bonded => { in bond_state()
1880 BtBondState::Bonded, in bond_state()
1904 if bond_state == BtBondState::NotBonded || bond_state == BtBondState::Bonded { in bond_state()
1989 if self.get_bond_state_by_addr(&addr) == BtBondState::Bonded in remote_device_properties_changed()
2494 if d.bond_state == BtBondState::Bonded { in get_bonded_devices()
[all …]
Dbluetooth_media.rs2235 BtBondState::Bonded == adapter.lock().unwrap().get_bond_state_by_addr(&addr) in is_bonded()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs273 BtBondState::NotBonded | BtBondState::Bonded => { in on_bond_state_changed()
291 if BtBondState::Bonded == state.into() { in on_bond_state_changed()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs92 Bonded, enumerator