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

  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 72 """Error raised for SDP-related issues with BluetoothSDPSocket."""
76 class BluetoothSDPSocket(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))
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 66 self._sdp = bluetooth_sdp_socket.BluetoothSDPSocket()

Completed in 493 milliseconds