NativeBluetoothGattDescriptor

Native variant of a descriptor. It's a wrapper around BluetoothGattDescriptor.

Constructors

Link copied to clipboard
constructor(descriptor: BluetoothGattDescriptor)

Properties

Link copied to clipboard

Parent characteristic of this descriptor. There is a circular dependency between a characteristic and a descriptor which makes usage of an underline data classes tricky.

Link copied to clipboard
Link copied to clipboard
open override val permissions: Int

Not parsed permissions of a descriptor as Int.

Link copied to clipboard
open override val uuid: UUID

UUID of a descriptor.

Link copied to clipboard
open override var value: DataByteArray

ByteArray value of this descriptor.

Functions

Link copied to clipboard
open override fun toString(): String