Home
last modified time | relevance | path

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

/external/autotest/client/cros/bluetooth/
Dbluetooth_tester_xmlrpc_server.py30 bluetooth_socket.MGMT_SETTING_CONNECTABLE |
38 bluetooth_socket.MGMT_SETTING_CONNECTABLE |
211 profile_settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE)
/external/autotest/server/cros/bluetooth/
Dbluetooth_default_state_test.py101 if not current_settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE:
165 bluetooth_socket.MGMT_SETTING_CONNECTABLE):
Dbluetooth_adapter_tests.py2634 if settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE:
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py130 MGMT_SETTING_CONNECTABLE = 0x00000002 variable