Sketch BLE_SERVICE = 0000ffa0-0000-1000-8000-00805f9b34fb
Error service uuid = 0000ffe0-0000-1000-8000-00805f9b34fb
Note that the last byte in the first chunk is a0 in the sketch but e0 in the error message. My guess is the wrong UUID is being used for the service which is why you're getting the error.
There could be a typo there, but that is the second set of UUIDs tried after the first set failed with the same error message. This set was used because it worked in a different Project (in fact they are in various examples on the net).
The App Project is different to your original. There are corrections to the Blocks and I have removed the Table Component from the GUI because it is notoriously flaky. If errors occur, the App should report them - post the error messages here (Screenshots). The ListView is replaced by a ListPicker to save some space. Not all of the buttons are required but I have left them as-is. For the purposes of the Test, do not make any changes.
Thanks for the help Chris. I downloaded both but unfortunately my wifi is down for the next several days so I cannot test. I tried the emulator, but that doesn't work either, The app doesn't show up at all, possibly the emulator needs wifi? I should have a new wifi modem by mid week.
It should also be possible to test with the companion on a device. The problem here is more that the Android emulator doesn't provide direct access to the underlying hardware so it's not possible to use the Bluetooth-related hardware from inside the emulator.
With the companion device I get a message that says My device does not have Wifi. It offers me the chance to connect without Wifi and then the app shows up but cant connect. But I should have my new Wifi working tomorrow.
...an APK is a compiled version of the App that you install on your Phone (Android Device). It's also possible to run Apps on your phone in the App Inventor Companion, but where Bluetooth is involved, a full install is best.
OK, I haven't figured out how to compile and install the app on my phone. So far I have just been using the emulator which seems to not work 50% of the time and the Companion which seems to work and I can see a list of BLE devices with my original code. I will take a look at compiling something.