Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py338 def get_bond_state(self, address): member in Bluetooth
339 self.adapter_client.get_bond_state(address)
Dgatt.py286 … if self.bluetooth.get_bond_state(address) == floss_enums.BondState.BONDING and (uuids is None or
290 if self.bluetooth.get_bond_state(address) != floss_enums.BondState.BONDING:
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py775 def get_bond_state(self, address): member in FlossAdapterClient
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs620 fn get_bond_state(&self, device: BluetoothDevice) -> BtBondState { in get_bond_state() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs173 fn get_bond_state(&self, device: BluetoothDevice) -> BtBondState; in get_bond_state() method
2503 fn get_bond_state(&self, device: BluetoothDevice) -> BtBondState { in get_bond_state() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs902 let bonded = adapter.get_bond_state(device.clone()); in cmd_device()
Ddbus_iface.rs885 fn get_bond_state(&self, device: BluetoothDevice) -> BtBondState { in get_bond_state() method