DescriptorRead
data class DescriptorRead(val descriptor: IBluetoothGattDescriptor, val value: DataByteArray, val status: BleGattOperationStatus) : ClientGattEvent.DescriptorEvent
Event reporting the result of a descriptor read operation.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onDescriptorRead(android.bluetooth.BluetoothGatt,%20android.bluetooth.BluetoothGattDescriptor,%20int,%20byte[]))
Constructors
Link copied to clipboard
constructor(descriptor: IBluetoothGattDescriptor, value: DataByteArray, status: BleGattOperationStatus)
Properties
Link copied to clipboard
Descriptor that was read from the associated remote device.
Link copied to clipboard
Operation status (BleGattOperationStatus).
Link copied to clipboard
The descriptor value at the time of the read operation