Acknowledged
CIQQA-4183

bug with registerProfile on Garmin Edge Explore 2

When testing the ActiveLook component from the IQ store, I found incompatibility with the Garmin Edge Explore 2 device. It works without problems on another Garmin model. When testing with the source code (see https://github.com/ActiveLook/Garmin-Datafield-sample-code) I found that the problem is in the registration of the BLE profile PROFILE_ACTIVE_LOOK (see https://github.com/ActiveLook/Garmin-Datafield-sample-code/blob/main/source/ActiveLook.mc). Specifically, the issue is with the UUID TX ActiveLook (0783B03E-8535-B5A0-7140-A304D2495CB8), RX ActiveLook (0783B03E-8535-B5A0-7140-A304D2495CBA) and Gesture Event (0783B03E-8535-B5A0-7140-A304D2495CBB) - see https://github.com/ActiveLook/Activelook-API-Documentation/blob/main/ActiveLook_API.md#21-ble-gatt). When trying to register this profile, the SDK function registerProfile returns an undocumented STATUS/Error 2 in OnProfileRegister. Other profiles can be registered without a problem.
This is probably a bug in SDK or in the firmware of the Garmin Edge Explore 2 model. CIQ version is 3.1.0. Hopefully the developers will fix this in the next update of SDK or new firmware update for the Explore 2 device.