Searched refs:connectable (Results 1 – 1 of 1) sorted by relevance
658 def set_connectable(self, index, connectable): argument668 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): argument700 msg_data = struct.pack('<B', bool(connectable))705 if status == MGMT_STATUS_NOT_SUPPORTED and not connectable: