Package-level declarations

Types

Link copied to clipboard
class BluetoothDisabledException(message: String? = null, cause: Throwable? = null) : BluetoothException
Link copied to clipboard
open class BluetoothException(message: String? = null, cause: Throwable? = null) : Exception

Failure occurred with the underlying Bluetooth system.

Link copied to clipboard
class ConnectionLostException(message: String? = null, cause: Throwable? = null) : NotConnectedException
Link copied to clipboard
class ConnectionRejectedException(message: String? = null, cause: Throwable? = null) : IOException
Link copied to clipboard
class GattStatusException(message: String? = null, cause: Throwable? = null) : IOException
Link copied to clipboard
actual open class IOException(message: String?, cause: Throwable?) : Exception
expect open class IOException(message: String?, cause: Throwable?) : Exception
actual open class IOException(message: String?, cause: Throwable?) : Exception
actual typealias IOException = java.io.IOException
Link copied to clipboard
Link copied to clipboard
open class NotConnectedException(message: String? = null, cause: Throwable? = null) : IOException
Link copied to clipboard
class NotReadyException(message: String? = null, cause: Throwable? = null) : NotConnectedException