Home
last modified time | relevance | path

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

/external/autotest/server/cros/bluetooth/
Dbluetooth_default_state_test.py58 if current_settings & bluetooth_socket.MGMT_SETTING_POWERED:
97 if not current_settings & bluetooth_socket.MGMT_SETTING_POWERED:
225 if current_settings & bluetooth_socket.MGMT_SETTING_POWERED:
Dbluetooth_adapter_tests.py3409 if settings & bluetooth_socket.MGMT_SETTING_POWERED:
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py129 MGMT_SETTING_POWERED = 0x00000001 variable