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

Setting SEC_PARAM_BOND to 0 caused device to stop advertising

I wanted to do pairing without bonding with ble_app_gls s130 SDK_11. I tried setting SEC_PARAM_BOND to 0. However, this caused the device to stop advertising. What is a better way to do pairing without bonding on the ble_app_gls?

Parents
  • "Caused the device to stop advertising" usually means "something returned an error and went to the error handler". So put a breakpoint in the error handler and find out which call returned a non-zero error message and work out why making that change caused it.

Reply
  • "Caused the device to stop advertising" usually means "something returned an error and went to the error handler". So put a breakpoint in the error handler and find out which call returned a non-zero error message and work out why making that change caused it.

Children
No Data
Related