BLE_DM_ConnectionParameterUpdate

C

uint16_t BLE_DM_ConnectionParameterUpdate(uint16_t connHandle, BLE_DM_ConnParamUpdate_T *p_params);

Description

Requests a change in the connection parameters for a specific connection.

Parameters

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

Return values

Return valueDescription
MBA_RES_SUCCESSUpdate request sent successfully to the remote device.
MBA_RES_FAILUpdate procedure is disallowed under certain conditions.
MBA_RES_OOMInternal memory allocation failure occurred.
MBA_RES_INVALID_PARAInvalid connection handle.