Hi Nordic Team,
In my BLE project I am trying to change the GAP parameters like
gap_connection_param.min_conn_interval = MIN_CONN_INTERVAL;
gap_connection_param.max_conn_interval = MAX_CONN_INTERVAL;
gap_connection_param.slave_latency = SLAVE_LATENCY;
gap_connection_param.conn_sup_timeout = CONN_SUP_TIMEOUT;
Above, the parameters are set but these are hard coded in the code.
Please share a logic to change these parameters at run time dynamically.
Also share logic to change the advertising interval at run time.
and again initialized these values again.
Please help as soon as possible.
Thanks & Regards,
Aswati