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
Requirements
Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18