#include <ble_gap.h>
Update connection parameters.
In the peripheral role, this will send the corresponding L2CAP request and wait for the central to perform the procedure. Regardless of success or failure, the application will be informed of the result with a BLE_GAP_EVT_CONN_PARAM_UPDATE event.
- Events generated
-
- Relevant Message Sequence Charts
-
- Parameters
-
| [in] | conn_handle | Connection handle. |
| [in] | p_conn_params | Pointer to desired connection parameters. If NULL is provided on a peripheral role, the parameters in the PPCP characteristic of the GAP service will be used instead. This is only allowed if no field in the PPCP characteristic is set to "No specific values indication (0xFFFF)". |
- Return values
-