Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:bluetooth_socket

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 |
40 bluetooth_socket.MGMT_SETTING_LE)
63 self._control = bluetooth_socket.BluetoothControlSocket()
112 if turn_on & bluetooth_socket.MGMT_SETTING_BREDR:
116 if turn_on & bluetooth_socket.MGMT_SETTING_LE:
122 if turn_off & bluetooth_socket.MGMT_SETTING_BREDR:
126 if turn_off & bluetooth_socket.MGMT_SETTING_LE:
133 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
137 bluetooth_socket.MGMT_SETTING_LINK_SECURITY))
143 profile_settings & bluetooth_socket.MGMT_SETTING_SSP)
149 profile_settings & bluetooth_socket.MGMT_SETTING_HS)
170 profile_settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE)
176 profile_settings & bluetooth_socket.MGMT_SETTING_PAIRABLE)
190 profile_settings & bluetooth_socket.MGMT_SETTING_POWERED):
196 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
202 ( bluetooth_socket.MGMT_EV_CLASS_OF_DEV_CHANGED, ))
207 bluetooth_socket.MGMT_SETTING_FAST_CONNECTABLE)
233 if profile_settings & bluetooth_socket.MGMT_SETTING_BREDR:
261 return settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE
285 return settings & bluetooth_socket.MGMT_SETTING_ADVERTISING