Home
last modified time | relevance | path

Searched refs:NotBonded (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1113 self.remote_devices.get(addr).map_or(BtBondState::NotBonded, |d| d.bond_state.clone()) in get_bond_state_by_addr()
1130 now < &fresh_at || d.is_connected() || d.bond_state != BtBondState::NotBonded in trigger_freshness_check()
1246 BtBondState::NotBonded, in handle_delayed_actions()
1713 BtBondState::NotBonded, in device_found()
1871 BtBondState::NotBonded => { in bond_state()
1904 if bond_state == BtBondState::NotBonded || bond_state == BtBondState::Bonded { in bond_state()
1936 BtBondState::NotBonded, in remote_device_properties_changed()
2034 BtBondState::NotBonded, in acl_state()
2440 BtBondState::NotBonded, in create_bond()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs273 BtBondState::NotBonded | BtBondState::Bonded => { in on_bond_state_changed()
296 if BtBondState::NotBonded == state.into() { in on_bond_state_changed()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs90 NotBonded = 0, enumerator
97 BtBondState::from_u32(item).unwrap_or(BtBondState::NotBonded) in from()