BLE_L2CAP_ConnParamUpdateRsp

C

uint16_t BLE_L2CAP_ConnParamUpdateRsp(uint16_t connHandle, uint16_t result);

Description

Responds to a connection parameter update request.

Note

This function should be called upon receiving BLE_L2CAP_EVT_CONN_PARA_UPD_REQ.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully sent a connection parameters update response.
MBA_RES_OOMInternal memory allocation failure occurred.
MBA_RES_NO_RESOURCENo transmit buffers available for sending L2CAP connection parameters update response.
MBA_RES_FAILFailed to send the response due to an L2CAP instance error.