1.1.2.1.3.4.9 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

Issue a connection parameter update request.

Note

This API shall only be called if local is LE peripheral role.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully send a L2cap connection parameters update request.
MBA_RES_OOMInternal memory allocation failure.
MBA_RES_NO_RESOURCENo Transmit buffers available for sending L2cap connection parameters update request.
MBA_RES_FAILFail to send L2cap connection parameters update request by error L2cap instance.