I am doing a project for a BLE display. Now, I want to send a BLE command after onTimerReset, but it won't be invoked on some models like fenix7 as this bug report claims https://forums.garmin.com/developer/connect-iq/i/bug-reports/ontimerreset-not-called-in-a-datafield-on-fenix7.
I tried another workaround sending the command in AppBase.onStop, but I found the pack couldn't be sent maybe due to system exit. So Is there any way to delay for the success of sending.
Feel free to give any ideas or comments.