CharacteristicNotFoundException

class CharacteristicNotFoundException(val serviceUuid: Uuid, val characteristicUuid: Uuid) : PeripheralCodecException

Raised when the peripheral is ready to resolve the characteristic and the characteristic is absent from the device's GATT database. Ready to resolve means Peripheral.services is populated and Peripheral.state is a stable State.Connected substate other than State.Connected.ServiceChanged.

Constructors

Link copied to clipboard
constructor(serviceUuid: Uuid, characteristicUuid: Uuid)

Properties

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