central/models/exceptions/bluetooth_read_exception library
Exceptions / Errors
- BluetoothReadException
-
BluetoothReadException
is a custom exception that indicates an error occurred while attempting to read the value of a Bluetooth Low Energy (BLE) characteristic. This exception is thrown when there is a failure in the BLE read operation, which can be due to reasons like connection issues, the characteristic not being readable, lack of proper permissions, or hardware malfunctions.