Home
last modified time | relevance | path

Searched refs:connectable (Results 1 – 2 of 2) 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:
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst1997 If an address of '0.0.0.0' is used, the address will not be a connectable
1998 end point on Windows. If you require a connectable end-point,