class GattTransactionException : Exception
Exception thrown when com.fitbit.bluetooth.fbgatt.GattTransaction fails with result other than TransactionResult.TransactionResultStatus.SUCCESS
GattTransactionException(result: TransactionResult, message: String? = null, cause: Throwable? = null)
Exception thrown when com.fitbit.bluetooth.fbgatt.GattTransaction fails with result other than TransactionResult.TransactionResultStatus.SUCCESS |
val result: TransactionResult |