Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
Dbluetooth_Sanity_DefaultState.py24 if settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE:
155 if not current_settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE:
216 bluetooth_socket.MGMT_SETTING_CONNECTABLE):
/external/autotest/client/cros/bluetooth/
Dbluetooth_tester_xmlrpc_server.py30 bluetooth_socket.MGMT_SETTING_CONNECTABLE |
38 bluetooth_socket.MGMT_SETTING_CONNECTABLE |
195 profile_settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE)
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py130 MGMT_SETTING_CONNECTABLE = 0x00000002 variable