![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_conn_params_override | ( | uint16_t | conn_handle, |
| const ble_gap_conn_params_t * | conn_params ) |
#include <ble_conn_params.h>
Override GAP connection parameters for given peer.
Request to update connection parameters with given parameters. The result of the connection parameter update is signaled to the application via the library's event handler.
| conn_handle | Connection handle. |
| conn_params | Connection parameters. |
| NRF_SUCCESS | Connection parameter update initiated successfully. |
| NRF_ERROR_INVALID_PARAM | If conn_handle is invalid. |
| NRF_ERROR_NULL | If conn_params is NULL. |