Home
last modified time | relevance | path

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

/external/autotest/server/cros/bluetooth/
Dbluetooth_default_state_test.py104 if not current_settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE:
168 bluetooth_socket.MGMT_SETTING_CONNECTABLE):
Dbluetooth_adapter_tests.py3411 if settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE:
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py130 MGMT_SETTING_CONNECTABLE = 0x00000002 variable