Home
last modified time | relevance | path

Searched defs:set_connectable (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs27 fn set_connectable(&self, mode: bool); in set_connectable() method
145 fn set_connectable(&self, mode: bool) { in set_connectable() method
Dbluetooth.rs281 fn set_connectable(&mut self, mode: bool) -> bool; in set_connectable() method
3125 fn set_connectable(&mut self, mode: bool) -> bool { in set_connectable() method
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Ddiscovery_filter.h49 void set_connectable(bool connectable) { connectable_ = connectable; } in set_connectable() function
H A Dpeer.h686 void set_connectable(bool connectable) { connectable_.Set(connectable); } in set_connectable() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dpeer_fuzzer.h293 void set_connectable() { in set_connectable() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs45 fn set_connectable(&self, mode: bool) { in set_connectable() method
Diface_bluetooth.rs1068 fn set_connectable(&mut self, mode: bool) -> bool { in set_connectable() method
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py402 def set_connectable(self, mode): member in FlossQAClient
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py404 def set_connectable(self, mode): member in Bluetooth
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_socket.py672 def set_connectable(self, index, connectable): member in BluetoothControlSocket
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1078 fn set_connectable(&mut self, mode: bool) -> bool { in set_connectable() method
2563 fn set_connectable(&self, mode: bool) { in set_connectable() method
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py2998 async def set_connectable(self, connectable: bool = True) -> None: member in Device