GattOperationException

data class GattOperationException(val status: BleGattOperationStatus, val cause: Throwable? = null) : GattException

An exception thrown when GATT operation cannot succeed.

Constructors

Link copied to clipboard
constructor(status: BleGattOperationStatus, cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open override val message: String

Display message describing a problem

Link copied to clipboard

An error code.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard