BLE_GAP_RemoteConnParamsReqReply

C

uint16_t BLE_GAP_RemoteConnParamsReqReply(uint16_t connHandle,  BLE_GAP_ConnParams_T *p_connParams);

Description

Replies to an LE remote connection parameters request event if the device accepts the remote device's request to change connection parameters.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] p_connParamsPointer to the desired connection parameters. See BLE_GAP_ConnParams_T.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully issues a reply to the LE remote connection parameters request event.
MBA_RES_OOMInternal memory allocation failure occurred.
MBA_RES_INVALID_PARAThe parameters provided are invalid.
MBA_RES_COMMAND_DISALLOWEDCCommand disallowed due to a conflicting operation or state.