OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth_socket
(Results
1 - 12
of
12
) 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/prebuilts/api/27.0/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
/system/sepolicy/prebuilts/api/28.0/private/
access_vectors
636
class
bluetooth_socket
file_contexts
404
/data/misc/bluedroid/\.a2dp_ctrl u:object_r:
bluetooth_socket
:s0
405
/data/misc/bluedroid/\.a2dp_data u:object_r:
bluetooth_socket
:s0
/system/sepolicy/private/
access_vectors
636
class
bluetooth_socket
file_contexts
404
/data/misc/bluedroid/\.a2dp_ctrl u:object_r:
bluetooth_socket
:s0
405
/data/misc/bluedroid/\.a2dp_data u:object_r:
bluetooth_socket
:s0
Completed in 483 milliseconds