Home
last modified time | relevance | path

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

/external/autotest/client/cros/bluetooth/
Dbluetooth_tester_xmlrpc_server.py33 bluetooth_socket.MGMT_SETTING_BREDR |
134 & bluetooth_socket.MGMT_SETTING_BREDR))
149 if turn_on & bluetooth_socket.MGMT_SETTING_BREDR:
159 if turn_off & bluetooth_socket.MGMT_SETTING_BREDR:
174 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
250 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
287 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py136 MGMT_SETTING_BREDR = 0x00000080 variable
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py2646 if settings & bluetooth_socket.MGMT_SETTING_BREDR: