BLE_L2CAP_ConnParamUpdateReq

C

uint16_t BLE_L2CAP_ConnParamUpdateReq(uint16_t connHandle, uint16_t intervalMin, uint16_t intervalMax, uint16_t latency, uint16_t timeout);

Description

Issues a connection parameter update request.

Note

This API should only be called when the local device is in the LE peripheral role.

Return values

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