Home
last modified time | relevance | path

Searched refs:set_connectable (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs27 fn set_connectable(&self, mode: bool); in set_connectable() method
136 fn set_connectable(&self, mode: bool) { in set_connectable() method
Dbluetooth.rs281 fn set_connectable(&mut self, mode: bool) -> bool; in set_connectable() method
3204 fn set_connectable(&mut self, mode: bool) -> bool { in set_connectable() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs43 fn set_connectable(&self, mode: bool) { in set_connectable() method
Diface_bluetooth.rs1061 fn set_connectable(&mut self, mode: bool) -> bool { in set_connectable() method
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py404 def set_connectable(self, mode): member in Bluetooth
405 return self.qa_client.set_connectable(mode)
Dhost.py606 self.bluetooth.set_connectable(mode)
/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py376 def set_connectable(self, mode): member in FlossQAClient
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs647 self.lock_context().qa_dbus.as_mut().unwrap().set_connectable(true); in cmd_adapter()
650 self.lock_context().qa_dbus.as_mut().unwrap().set_connectable(false); in cmd_adapter()
Ddbus_iface.rs1070 fn set_connectable(&mut self, mode: bool) -> bool { in set_connectable() method
2541 fn set_connectable(&self, mode: bool) { in set_connectable() method