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

what's the meaning of error no. NRF_ERROR_BUSY

When I use sd_ble_gap_adv_start( ), sometimes get return value NRF_ERROR_BUSY . What's the meaning of this error No. ?

Parents
  • Maybe you trying to call sd_ble_gap_adv_start() when you already advertising and get this error?

  • Yes, but I call sd_ble_gap_adv_stop() before call sd_ble_gap_adv_start() again. Is there any problem? PS: I set m_adv_params.timeout = 1; so that the advertising should stopped after 1 second advertising, right?

Reply
  • Yes, but I call sd_ble_gap_adv_stop() before call sd_ble_gap_adv_start() again. Is there any problem? PS: I set m_adv_params.timeout = 1; so that the advertising should stopped after 1 second advertising, right?

Children
No Data