Howdy!
I am new to both Flutter and BLE development. Currently, I need to build applications that run on Windows, Android, and IOS to read from a BLE device. I was hoping that quick_blue would enable me to do so in Flutter. I have been able to scan and connect to my BLE device using quick_blue; however, now whenever I run the same code, the device no longer shows up in the scan results. I've been trying for a while to find a solution to this issue; however, I have come up empty-handed. I thought possibly that the device is automatically reconnecting, thus I have two questions.
- How can I get the device to show up in the scan results again?
- Or if the device is automatically reconnecting, how do I access the deviceId without the scan results?
I've tried creating multiple new projects with the same code as well as running the example project in the quick_blue github. The device has never showed up again in the scan results. In addition, I have connected to other devices and the same issue occurs: These devices no longer show up in the scan results.
Howdy!
I am new to both Flutter and BLE development. Currently, I need to build applications that run on Windows, Android, and IOS to read from a BLE device. I was hoping that quick_blue would enable me to do so in Flutter. I have been able to scan and connect to my BLE device using quick_blue; however, now whenever I run the same code, the device no longer shows up in the scan results. I've been trying for a while to find a solution to this issue; however, I have come up empty-handed. I thought possibly that the device is automatically reconnecting, thus I have two questions.
I've tried creating multiple new projects with the same code as well as running the example project in the quick_blue github. The device has never showed up again in the scan results. In addition, I have connected to other devices and the same issue occurs: These devices no longer show up in the scan results.