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?
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?
"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.
"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.