Hello,
Is it possible to send a request of update connection parameters if DA14861 is peripheral in ble communication ?
Witch api should I use ?
Thanks for your help,
Jérémy
Keywords:
Device:

Hi Jerem,
Yes you can either as a peripheral or a central, you can use the ble_gap_conn_param_update() function in the ble_gap.c file.
Thanks MT_dialog