1.1.2.2.1.4.3 BLE_DM_ConnectionParameterUpdate

C

uint16_t BLE_DM_ConnectionParameterUpdate(uint16_t connHandle, BLE_DM_ConnParamUpdate_T *p_params);

Description

Change connection parameters of the specific connection.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] p_paramsPointer to the BLE_DM_ConnParamUpdate_T structure buffer.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully send the update request to remote device.
MBA_RES_FAILThe update procedure is disallowed in certain condition.
MBA_RES_OOMInternal memory allocation failure.
MBA_RES_INVALID_PARAInvalid connection handle.