Descriptor

interface Descriptor

Interface representing a Bluetooth GATT descriptor.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The parent characteristic.

Link copied to clipboard
abstract val instanceId: Int

Instance id of the descriptor.

Link copied to clipboard

Returns true if the descriptor is a Client Characteristic Configuration descriptor.

Link copied to clipboard
abstract val owner: Peer<*>?

The owner of the parent service of this descriptor.

Link copied to clipboard
abstract val uuid: Uuid

Uuid of the descriptor.