When does CyBle_L2capLeConnectionParamUpdateRequest return CYBLE_ERROR_INSUFFICIENT_RESOURCES?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
IvBu_1817031
Level 2
Level 2
First like received

In the main loop of the software of a LE peripheral based on CYBLE-022001-00, after the device is connected, I am trying to request an update of the connection parameters. The answer of the L2capLeConnectionParamUpdateRequest is CYBLE_ERROR_INSUFFICIENT_RESOURCES?! I do not see this error code in the list of the return values for that function. What could the reason be?

0 Likes
1 Solution
Anonymous
Not applicable

If you are out of RAM memory space to call/run the requested function, that could cause the response you listed above?

Try looking at your project's RAM and FLASH utilization in the build output of the compiler, if it is close to 100 for either, than you might be doing too much on the chip at a time

View solution in original post

0 Likes
2 Replies