DescriptorWrite
data class DescriptorWrite(val descriptor: IBluetoothGattDescriptor, val status: BleGattOperationStatus) : ClientGattEvent.DescriptorEvent
Event indicating the result of a descriptor write operation.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onDescriptorWrite(android.bluetooth.BluetoothGatt,%20android.bluetooth.BluetoothGattDescriptor,%20int))
Properties
Link copied to clipboard
Descriptor that was writte to the associated remote device.
Link copied to clipboard
Operation status (BleGattOperationStatus).