Hi,
I'm using the simple central project to connect with a wearable device,
After the connection has been made, the event GAP_LINK_PARAM_UPDATE_EVENT is received.
I do do not understand if this is a response from the peripheral to a parameter update request from the central (In that case where is this request initiated?)
or if it is a request directly form the peripheral.
If it is a request from the peripheral why the event GAP_UPDATE_LINK_PARAM_REQ_EVENT in simple_central.c is not occurring (or is this event does not corresponds to a request form peripheral?).