central/models/exceptions/bluetooth_write_exception library

Exceptions / Errors

BluetoothWriteException
BluetoothWriteException is a custom exception type that indicates an error occurred during the process of writing values to a Bluetooth Low Energy (BLE) characteristic. It is thrown when the BLE operation to write data to a characteristic fails due to various reasons such as Bluetooth connection issues, the characteristic not being writable, or the device not being properly connected or paired.