Hi,
I am using nRF52840 as BLE peripheral, on a Zephyr application under NCS 1.4.2
I want to limit the connection interval to 7.5ms (min+max)
I can see that the only way to limit that AFTER the connection established - using bt_conn_le_param_update is that correct?
no way to limit that prior to the connection?
The thing is that if i use bt_conn_le_param_update after the connection was established, the central has 5 seconds to request different connection parameters, and it brings it back to ~50ms
So my question is, what is the best practice of limiting the connection interval?
Thanks