- gatt
- GATT client invoked BluetoothGatt.WriteCharacteristic(BluetoothGattCharacteristic)
- characteristic
- Characteristic that was written to the associated remote device.
- status
- The result of the write operation BluetoothGatt.GattSuccess if the operation succeeds.
Callback indicating the result of a characteristic write operation.
If this callback is invoked while a reliable write transaction is in progress, the value of the characteristic represents the value reported by the remote device. An application should compare this value to the desired value to be written. If the values don't match, the application must abort the reliable write transaction.