I'm currently developing a WatchApp using vivoactive4 and bikeradar RTL515 with ANT/ANT+ connection.
I try to start a specific vibration pattern once I detect a target from the radar, however my vibration pattern is not as expected and here are my findings:
- If I remove all vibrations commands from my application, I still have vibration occurring;
- If use the Varia app in a mobile, I can verify that watch vibrations occur when a new target is detected;
- If I use the radar debug mode, I receive targets in the mobile app but not in the ANT/ANT+ connection, thus the debug mode must be sending targets only through BLE;
- Even though may application has no messages in ANT/ANT+ connection, the vibrations are still occurring with the radar in debug mode;
I add:
- Bluetooth permission is not added in the app manifest;
- The watch settings tells me that the radar in connected through ANT;
- vivoactive4 software version: 6.3
- RTL515 software version: 3.32
- vivoactive3 does not have this problem and my vibration occur perfectly.
Did someone face the same problem and has a way to disable those "native" vibration that seems to come from a dual connection (ANT/ANT+ from the application and BLE from the firmware) with the radar?