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 |
112 if turn_on & bluetooth_socket.MGMT_SETTING_BREDR:
122 if turn_off & bluetooth_socket.MGMT_SETTING_BREDR:
133 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
196 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
233 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
Dbluetooth_Sanity_DefaultState.py34 if settings & bluetooth_socket.MGMT_SETTING_BREDR:
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py136 MGMT_SETTING_BREDR = 0x00000080 variable