HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth_socket (Results 1 - 8 of 8) sorted by null

  /external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
bluetooth_Sanity_DefaultState.py 8 from autotest_lib.client.common_lib.cros.bluetooth import bluetooth_socket
20 if settings & bluetooth_socket.MGMT_SETTING_POWERED:
22 if settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE:
24 if settings & bluetooth_socket.MGMT_SETTING_FAST_CONNECTABLE:
26 if settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE:
28 if settings & bluetooth_socket.MGMT_SETTING_PAIRABLE:
30 if settings & bluetooth_socket.MGMT_SETTING_LINK_SECURITY:
32 if settings & bluetooth_socket.MGMT_SETTING_SSP:
34 if settings & bluetooth_socket.MGMT_SETTING_BREDR:
36 if settings & bluetooth_socket.MGMT_SETTING_HS
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 14 from autotest_lib.client.common_lib.cros.bluetooth import bluetooth_socket
29 bluetooth_socket.MGMT_SETTING_POWERED |
30 bluetooth_socket.MGMT_SETTING_CONNECTABLE |
31 bluetooth_socket.MGMT_SETTING_PAIRABLE |
32 bluetooth_socket.MGMT_SETTING_SSP |
33 bluetooth_socket.MGMT_SETTING_BREDR |
34 bluetooth_socket.MGMT_SETTING_LE)
37 bluetooth_socket.MGMT_SETTING_POWERED |
38 bluetooth_socket.MGMT_SETTING_CONNECTABLE |
39 bluetooth_socket.MGMT_SETTING_PAIRABLE
    [all...]
bluetooth_device_xmlrpc_server.py 20 from autotest_lib.client.common_lib.cros.bluetooth import bluetooth_socket
124 self._raw = bluetooth_socket.BluetoothRawSocket()
130 self._control = bluetooth_socket.BluetoothControlSocket()
    [all...]
  /external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
bluetooth_Sanity_Discoverable.py 9 from autotest_lib.client.common_lib.cros.bluetooth import bluetooth_socket
40 eir = bluetooth_socket.parse_eir(eirdata)
42 eir_name = eir[bluetooth_socket.EIR_NAME_COMPLETE]
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 623 class bluetooth_socket
file_contexts 356 /data/misc/bluedroid/\.a2dp_ctrl u:object_r:bluetooth_socket:s0
357 /data/misc/bluedroid/\.a2dp_data u:object_r:bluetooth_socket:s0
  /system/sepolicy/private/
access_vectors 627 class bluetooth_socket
file_contexts 363 /data/misc/bluedroid/\.a2dp_ctrl u:object_r:bluetooth_socket:s0
364 /data/misc/bluedroid/\.a2dp_data u:object_r:bluetooth_socket:s0

Completed in 1789 milliseconds