NativeBluetoothGattDescriptor
data class NativeBluetoothGattDescriptor(val descriptor: BluetoothGattDescriptor) : IBluetoothGattDescriptor
Native variant of a descriptor. It's a wrapper around 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
Not parsed permissions of a descriptor as Int.
Link copied to clipboard
ByteArray value of this descriptor.