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
Parameter | Description |
---|---|
[in] connHandle | Connection handle associated with this connection. |
[in] p_params | Pointer to the BLE_DM_ConnParamUpdate_T structure containing the new parameters. |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Update request sent successfully to the remote device. |
MBA_RES_FAIL | Update procedure is disallowed under certain conditions. |
MBA_RES_OOM | Internal memory allocation failure occurred. |
MBA_RES_INVALID_PARA | Invalid connection handle. |