Flutter_blue_plus how to handle GATT_INSUFFICIENT_RESOURCES
E/flutter (29165): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FlutterBluePlusException | setNotifyValue | android-code: 17 | GATT_INSUFFICIENT_RESOURCES
E/flutter (29165): #0 BluetoothCharacteristic.setNotifyValue (package:flutter_blue_plus/src/bluetooth_characteristic.dart:281:11)
E/flutter (29165):
E/flutter (29165):
Flutter blue plus no scan result since I upgraded to 1.32.8 from 1.5.2
My app was working well in 1.5.2, getting all BLE devices nearby.
Not able to Notify/read the data from the BLE into my flutter application
I am working in developing an application where a flutter application will interact with the hardware module through BLE protocol. While developing it I was facing problem to fetch the UUID as I was new in that section but n ow after successfully able to fetch it I am fetching the problem to interact with it as it is able to get my instruction but my application is not able to notify the application the value which hardware will provide as response to the write operation.