1.2.2.1.1.4.72 BLE_GAP_UpdateConnParam

C

uint16_t BLE_GAP_UpdateConnParam(uint16_t connHandle, BLE_GAP_ConnParams_T *p_connParams);

Description

Update connection parameters of an existing connection.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] p_connParamsPointer to the BLE_GAP_ConnParams_T structure buffer.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully update the connection parameters.
MBA_RES_FAILConnection update is in progress.
MBA_RES_OOMInternal memory allocation failure.
MBA_RES_INVALID_PARAInvalid parameters, if any of the connection update parameters are out of range. See Connection parameters range for range). (OR) Connection with the specified handle does not exist.
MBA_RES_UNSUPPORT_REMOTE_FEATUREUnsupported remote feature.