Hello
I am using ble_app_peripheral as the basis of my application
There are a lot of other changes I have made to the basic ble_app_peripheral sample code but I think they won't be relevant to this particular question
After connection between smartphone and the DA14580 development board, the board stops BLE advertising
After about 10 seconds of this, I notice GAPC_PARAM_UPDATED_IND message is always generated
What is this message and why is it generated? I suppose it means GAPC_PARAM_UPDATED indication? Does this mean GAPC_PARAM_UPDATE_CMD or GAPC_PARAM_UPDATE_REQ_IND type message was generated at some point?
What exactly is making this message in the ble_app_peripheral sample code, what does it do, and how do I safely stop it from getting generated?