NativeBluetoothGattCharacteristic

Native variant of a characteristic. It's a wrapper around BluetoothGattCharacteristic.

Constructors

Link copied to clipboard
constructor(characteristic: BluetoothGattCharacteristic)

Properties

Link copied to clipboard

List of descriptors of this characteristic.

Link copied to clipboard
open override val instanceId: Int

Instance id of a characteristic.

Link copied to clipboard
open override val permissions: Int

Not parsed permissions of a characteristic as Int.

Link copied to clipboard
open override val properties: Int

Not parsed properties of a characteristic as Int.

Link copied to clipboard
open override val uuid: UUID

UUID of a characteristic.

Link copied to clipboard
open override var value: DataByteArray

ByteArray value of this characteristic.

Link copied to clipboard
open override var writeType: Int

Not parsed write type of a characteristic.

Functions

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