Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py658 def set_connectable(self, index, connectable): argument
668 msg_data = struct.pack('<B', bool(connectable))
674 if status == MGMT_STATUS_NOT_SUPPORTED and not connectable:
683 def set_fast_connectable(self, index, connectable): argument
700 msg_data = struct.pack('<B', bool(connectable))
705 if status == MGMT_STATUS_NOT_SUPPORTED and not connectable: