I've built my UI as I designed it - all is well.
Always connects to my BLE server if Companion
Funny thing, though, if I build APK
It won't find my device, ever.
Reload APK, still no joy.
BUT
If I launch a "Generic" BLE scanner from the playstore, then exit that scanner...
Relaunch my APK works every time - and all is well.
BLE device is sending Heart Rate Monitor profile
BLE device and my 'droid phone are less than 12" apart
It's a matter of "finding" the BLE device with another app first, closing that app, then launching My app always connects just fine.
I'm using the 2016 'workaround' where I drop BluetoothClient1 into the designer, but never use it in Blocks
AND
the recent "Permissions" fix (on Screen1.Initialize ask for ACCESS_COARSE_LOCATION).
I'm wondering if anyone has similar experience and found a fix or workaround or can tell me what I'm forgetting to invoke in my code.
Thanks