Searched refs:get_bond_state (Results 1 – 7 of 7) sorted by relevance
338 def get_bond_state(self, address): member in Bluetooth339 self.adapter_client.get_bond_state(address)
286 … if self.bluetooth.get_bond_state(address) == floss_enums.BondState.BONDING and (uuids is None or290 if self.bluetooth.get_bond_state(address) != floss_enums.BondState.BONDING:
775 def get_bond_state(self, address): member in FlossAdapterClient
620 fn get_bond_state(&self, device: BluetoothDevice) -> BtBondState { in get_bond_state() method
173 fn get_bond_state(&self, device: BluetoothDevice) -> BtBondState; in get_bond_state() method2503 fn get_bond_state(&self, device: BluetoothDevice) -> BtBondState { in get_bond_state() method
902 let bonded = adapter.get_bond_state(device.clone()); in cmd_device()
885 fn get_bond_state(&self, device: BluetoothDevice) -> BtBondState { in get_bond_state() method