Hi,
In my NRF52840 based application, I have a situation where the peripheral needs to pass 2K to central.
In order to speed up the xfer, I'm requesting a Connection Parameter Update from the central ( which may or may not honor it ) .
My question is as follows :
Once the request to change conn param has been made, do I have to wait until I get PARAM_UPDATE from Master ?
I mean wait before starting with data transmittion ? Or can I just go head and xmit and let conn update happen in the background ?