I have an app that is using the BluetoothLE1 extension. I have a simple list that, when pressed, scans for BLE devices. When devices are found, I would like them to automatically appear in the BlueToothList. However, during my testing, when I press the button that starts the scan, the list appears and is blank. If I navigate back and then press the scan button again, the list appears with the discovered BLE devices.
My question is pretty easy - how can I get the list to "auto-update" instead of needing to go back and then re-open the list again? (The scan button opens the list). I tested with "when device found, call list open", but that ends up opening the same list multiple times and you have to hit the back button as many times as the list was opened. Certainly not ideal!
Here are my blocks:
Thanks!