Home
last modified time | relevance | path

Searched refs:BluetoothSDPSocketError (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_sdp_socket.py71 class BluetoothSDPSocketError(Exception): class
111 raise BluetoothSDPSocketError('Error connecting to host: %s' % e)
114 raise BluetoothSDPSocketError('Timeout connecting to host: %s' % e)
135 raise BluetoothSDPSocketError('Short write on socket')
156 raise BluetoothSDPSocketError('Short read on socket')
162 raise BluetoothSDPSocketError('Short read on socket')
191 raise BluetoothSDPSocketError("Transaction IDs for request and "
217 raise BluetoothSDPSocketError('List is too long')
233 raise BluetoothSDPSocketError('Unsupported UUID size: %d; '
308 raise BluetoothSDPSocketError('MaximumServiceRecordCount must be '
[all …]