This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDK9 s110 8.0.0 advertising time out doesn't work

I implemented an application to advertise indefinitely with APP_ADV_TIMEOUT_IN_SECONDS set to 0 and it works just fine. Now I want to have a time out and set APP_ADV_TIMEOUT_IN_SECONDS to 30 but the device doesn't stop advertising after 30s. Please help.

Parents
  • Dear Sigurd, You are right. A recursive timer event keeps waking up the system after advertise time out. My solution is to remove sd_power_system_off() from sleep_mode_enter(). Thank you very much for the help.

Reply
  • Dear Sigurd, You are right. A recursive timer event keeps waking up the system after advertise time out. My solution is to remove sd_power_system_off() from sleep_mode_enter(). Thank you very much for the help.

Children
No Data
Related