nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_conn_params_override()

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.

Parameters
conn_handleConnection handle.
conn_paramsConnection parameters.
Return values
NRF_SUCCESSConnection parameter update initiated successfully.
NRF_ERROR_INVALID_PARAMIf conn_handle is invalid.
NRF_ERROR_NULLIf conn_params is NULL.