Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
Dbluetooth_Sanity_DefaultState.py26 if settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE:
92 if current_settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE:
130 if current_settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE:
235 if current_settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE:
/external/autotest/client/cros/bluetooth/
Dbluetooth_tester_xmlrpc_server.py261 return settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py132 MGMT_SETTING_DISCOVERABLE = 0x00000008 variable