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
Parameter | Description |
---|---|
[in] connHandle | Connection handle associated with this connection. |
[in] p_params | Pointer to the BLE_DM_ConnParamUpdate_T structure buffer. |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully send the update request to remote device. |
MBA_RES_FAIL | The update procedure is disallowed in certain condition. |
MBA_RES_OOM | Internal memory allocation failure. |
MBA_RES_INVALID_PARA | Invalid connection handle. |