I have a flutter app that communicates with a BLE device. I use the flutter_blue_plus library. The customer basically asked to have, after the scan, a list of details of the device exposed before pairing, so if I have 3 devices near me I can understand what of the 3 devices I want to connect to.
I didn't find anything regarding reading a characteristic without pairing...Any suggestion? Changing the library is also an option for me: the only requirement is that it must work both on Android and iOS.
Thanks a lot!