Hello,
While I was testing the codes, I just got a few errors and I am confused as to why it's happening. The questions are:
1) Sometimes, I get pm_conn_secure error code 17 and I found out it's NRF_ERROR_BUSY. Is there some way to avoid it. I am calling it only after I receive the connected event so the devices are not disconnected.
2) Pairing happens very fast but connected to those paired devices takes time. Is there any reason why it is that way?
3) Suppose I am calling any softdevice function or any of the SDK libraries without any error code. Where are those error codes stored or are they destroyed. This isn't as much a doubt, more like curiosity on how things work in the GCC compiler.
Thanks and Regards