DescriptorWrite

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))

Constructors

Link copied to clipboard
constructor(descriptor: IBluetoothGattDescriptor, status: BleGattOperationStatus)

Properties

Link copied to clipboard

Descriptor that was writte to the associated remote device.

Link copied to clipboard