central/models/exceptions/bluetooth_subscription_exception
library
Exceptions / Errors
-
BluetoothSubscriptionException
-
BluetoothSubscriptionException
is a custom exception that is thrown when an error occurs
while attempting to subscribe to notifications or indications from a Bluetooth Low Energy (BLE)
characteristic. This type of exception is particularly useful for handling the intricacies of
BLE communication where setting up notifications or indications can fail due to a range of issues,
such as connection instability, incorrect characteristic properties, insufficient permissions, or
unsupported operations by the BLE peripheral.