Documentation for this section has not yet been entered.
Initiates a reliable write transaction for a given remote device.
Once a reliable write transaction has been initiated, all calls to BluetoothGatt.WriteCharacteristic(BluetoothGattCharacteristic) are sent to the remote device for verification and queued up for atomic execution. The application will receive an BluetoothGattCallback.OnCharacteristicWrite(BluetoothGatt, Android.Bluetooth.BluetoothGattCharacteristic, Android.Bluetooth.BluetoothGattCharacteristic) callback in response to every BluetoothGatt.WriteCharacteristic(BluetoothGattCharacteristic) call and is responsible for verifying if the value has been transmitted accurately.
After all characteristics have been queued up and verified, BluetoothGatt.ExecuteReliableWrite will execute all writes. If a characteristic was not written correctly, calling BluetoothGatt.AbortReliableWrite will cancel the current transaction without commiting any values on the remote device.
Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission.