Android.Bluetooth.BluetoothGattServerCallback.OnExecuteWrite Method
Execute all pending write operations for this device.

Syntax

[Android.Runtime.Register("onExecuteWrite", "(Landroid/bluetooth/BluetoothDevice;IZ)V", "GetOnExecuteWrite_Landroid_bluetooth_BluetoothDevice_IZHandler")]
public virtual void OnExecuteWrite (BluetoothDevice device, int requestId, bool execute)

Parameters

device
The remote device that has requested the write operations
requestId
The Id of the request
execute
Whether the pending writes should be executed (true) or cancelled (false)

Remarks

Execute all pending write operations for this device.

An application must call BluetoothGattServer.SendResponse(BluetoothDevice, System.Int32, System.Int32, System.Int32, System.Int32) to complete the request.

[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