GattWriteException

Thrown when underlying BluetoothGatt write operation call fails.

The reason for the failure is available via the result property on Android 13 (API 33) and newer.

On Android prior to API 33, result is always Unknown, but the failure may have been due to any of the conditions listed for GattRequestRejectedException.

Properties

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

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