Hello!
Is it possible to write app which is counting other watches in the room? As I see there is API for scanning. But is it possible to make watches discoverable for scanning from other devices?
BR,
Petr
Hello!
Is it possible to write app which is counting other watches in the room? As I see there is API for scanning. But is it possible to make watches discoverable for scanning from other devices?
BR,
Petr
Not to force it.
But if you look at the Nordicthingy52 sample, in the ble delegate, in the contains function, you can display the devices that are seen in a scan and you'll see some things.
Consider adding a println like this:
//used to compare UUIDs while scanning private function contains( iter, obj ) { for( var uuid = iter.next(); uuid != null; uuid = iter.next() ) { Sys.println("uuid="+uuid); if( uuid.equals( obj ) ) { return true; } } return false; }
The f5 ia not compatible with CIQ ble. You can look here: https://developer.garmin.com/connect-iq/compatible-devices/
and click on the blue circle and see if a device supports
For example, the fenix 5 plus.