Home
last modified time | relevance | path

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

/external/autotest/client/cros/bluetooth/
Dbluetooth_tester_xmlrpc_server.py31 bluetooth_socket.MGMT_SETTING_PAIRABLE |
39 bluetooth_socket.MGMT_SETTING_PAIRABLE |
176 profile_settings & bluetooth_socket.MGMT_SETTING_PAIRABLE)
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
Dbluetooth_Sanity_DefaultState.py28 if settings & bluetooth_socket.MGMT_SETTING_PAIRABLE:
127 if not current_settings & bluetooth_socket.MGMT_SETTING_PAIRABLE:
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py133 MGMT_SETTING_PAIRABLE = 0x00000010 variable