Android.Bluetooth.BluetoothGattCallback.OnReliableWriteCompleted Method
Callback invoked when a reliable write transaction has been completed.

Syntax

[Android.Runtime.Register("onReliableWriteCompleted", "(Landroid/bluetooth/BluetoothGatt;I)V", "GetOnReliableWriteCompleted_Landroid_bluetooth_BluetoothGatt_IHandler")]
public virtual void OnReliableWriteCompleted (BluetoothGatt gatt, [Android.Runtime.GeneratedEnum] GattStatus status)

Parameters

gatt
GATT client invoked BluetoothGatt.ExecuteReliableWrite
status
BluetoothGatt.GattSuccess if the reliable write transaction was executed successfully

Remarks

Callback invoked when a reliable write transaction has been completed.

[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