Searched defs:set_connectable (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_qa.rs | 27 fn set_connectable(&self, mode: bool); in set_connectable() method 145 fn set_connectable(&self, mode: bool) { in set_connectable() method
|
D | bluetooth.rs | 281 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 D | discovery_filter.h | 49 void set_connectable(bool connectable) { connectable_ = connectable; } in set_connectable() function
|
H A D | peer.h | 686 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 D | peer_fuzzer.h | 293 void set_connectable() { in set_connectable() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_qa.rs | 45 fn set_connectable(&self, mode: bool) { in set_connectable() method
|
D | iface_bluetooth.rs | 1068 fn set_connectable(&mut self, mode: bool) -> bool { in set_connectable() method
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/ |
D | qa_client.py | 402 def set_connectable(self, mode): member in FlossQAClient
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 404 def set_connectable(self, mode): member in Bluetooth
|
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/ |
H A D | bluetooth_socket.py | 672 def set_connectable(self, index, connectable): member in BluetoothControlSocket
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1078 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/ |
D | device.py | 2998 async def set_connectable(self, connectable: bool = True) -> None: member in Device
|