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