This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to send LL_CONNECTION_PARAM_REQ from slave

Hi,

I want to change the GAP params such as connInterval, slaveLatency, and have some questions:

1.can I call sd_ble_gap_conn_param_update directly or need to send LL_CONNECTION_PARAM_REQ first and wait for the BLE_GAP_EVT_CONN_PARAM_UPDATE event? a. If need to send LL_CONNECTION_PARAM_REQ, is there any API for calling? b. If could call sd_ble_gap_conn_param_update directly, when to call?Any time? 2.What need to handle after sd_ble_gap_conn_param_update sent? I guess it will trigger the BLE_GAP_EVT_CONN_PARAM_UPDATE event in ble_conn_params_on_ble_evt, so...

Thanks.

Related