Android.Bluetooth.BluetoothGattCallback.OnDescriptorWrite Method
Callback indicating the result of a descriptor write operation.

Syntax

[Android.Runtime.Register("onDescriptorWrite", "(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I)V", "GetOnDescriptorWrite_Landroid_bluetooth_BluetoothGatt_Landroid_bluetooth_BluetoothGattDescriptor_IHandler")]
public virtual void OnDescriptorWrite (BluetoothGatt gatt, BluetoothGattDescriptor descriptor, [Android.Runtime.GeneratedEnum] GattStatus status)

Parameters

gatt
GATT client invoked BluetoothGatt.WriteDescriptor(BluetoothGattDescriptor)
descriptor
Descriptor that was writte to the associated remote device.
status
The result of the write operation BluetoothGatt.GattSuccess if the operation succeeds.

Remarks

Callback indicating the result of a descriptor write operation.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18