Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Ddiscovery_filter.h46 void set_connectable(bool connectable) { connectable_ = connectable; } in set_connectable() function
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dpeer_fuzzer.h282 void set_connectable() { in set_connectable() function
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dpeer.h724 void set_connectable(bool connectable) { connectable_.Set(connectable); } in set_connectable() function
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py672 def set_connectable(self, index, connectable): member in BluetoothControlSocket
/external/python/bumble/bumble/
Ddevice.py2998 async def set_connectable(self, connectable: bool = True) -> None: member in Device