Searched refs:BluetoothSDPSocketError (Results 1 – 1 of 1) sorted by relevance
71 class BluetoothSDPSocketError(Exception): class111 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 …]