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

  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_gatt_server.py 2 import btsocket
34 sock, addr = btsocket.create_le_gatt_server_socket()
bluetooth_sdp_socket.py 9 import btsocket
76 class BluetoothSDPSocket(btsocket.socket):
79 BluetoothSDPSocket wraps the btsocket.socket() class to implement
85 super(BluetoothSDPSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
87 proto=btsocket.BTPROTO_L2CAP)
109 except btsocket.error as e:
112 except btsocket.timeout as e:
bluetooth_socket.py 6 import btsocket
239 class BluetoothSocket(btsocket.socket):
242 BluetoothSocket wraps the btsocket.socket() class, and thus the system
255 super(BluetoothSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
257 proto=btsocket.BTPROTO_HCI)
300 except btsocket.timeout as e:
320 @param cmd_index: Controller index, may be btsocket.HCI_DEV_NONE.
406 @param index: Controller index of event, may be btsocket.HCI_DEV_NONE.
471 self.bind((btsocket.HCI_DEV_NONE, btsocket.HCI_CHANNEL_CONTROL)
    [all...]

Completed in 72 milliseconds