GattStatusException

class GattStatusException(message: String? = null, cause: Throwable? = null, val status: Int) : IOException

Represents an Android GATT status failure.

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null, status: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val status: Int