use nrf52810
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10040e
How to initiate pairing and binding?
Thanks!
use nrf52810
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10040e
How to initiate pairing and binding?
Thanks!
xixili said:I actively delete my phone's Bluetooth pairing.
Ok. Why do you do that?
And if you do that, did you try the approach that I mentioned in my previous reply? I see that you get the event, but you have to do the function call that I proposed. Right now you are doing nothing.
I don't know exactly what causes the "Fatal error", but try to define DEBUG in your preprocessor defines. It should then print what APP_ERROR_CHECK(err_code) that received an err_code != 0.
BR,
Edvin
xixili said:I actively delete my phone's Bluetooth pairing.
Ok. Why do you do that?
And if you do that, did you try the approach that I mentioned in my previous reply? I see that you get the event, but you have to do the function call that I proposed. Right now you are doing nothing.
I don't know exactly what causes the "Fatal error", but try to define DEBUG in your preprocessor defines. It should then print what APP_ERROR_CHECK(err_code) that received an err_code != 0.
BR,
Edvin