Android.Bluetooth.BluetoothGatt.WriteCharacteristic Method
Writes a given characteristic and its values to the associated remote device.

Syntax

[Android.Runtime.Register("writeCharacteristic", "(Landroid/bluetooth/BluetoothGattCharacteristic;)Z", "")]
public bool WriteCharacteristic (BluetoothGattCharacteristic characteristic)

Parameters

characteristic
Characteristic to write on the remote device

Returns

Documentation for this section has not yet been entered.

Remarks

Writes a given characteristic and its values to the associated remote device.

Once the write operation has been completed, the BluetoothGattCallback.OnCharacteristicWrite(BluetoothGatt, Android.Bluetooth.BluetoothGattCharacteristic, Android.Bluetooth.BluetoothGattCharacteristic) callback is invoked, reporting the result of the operation.

Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission.

[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