Searched defs:BluetoothSDPSocket (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_sdp_socket.py72 """Error raised for SDP-related issues with BluetoothSDPSocket."""
76 class BluetoothSDPSocket(btsocket.socket): class in inherits:btsocket.socket
79 BluetoothSDPSocket wraps the btsocket.socket() class to implement
85 super(BluetoothSDPSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
108 super(BluetoothSDPSocket, self).connect((address, SDP_PSM))

Completed in 131 milliseconds