This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

LE Credit-Based for L2CAP Connetion-Oriented Channels - Initial Credit

Hello,

I am working for a BLE central application where the packets are send using L2CAP Connection-Oriented Channels.
My development environment is based on nRF52 development kit, using the nRF5 SDK v17.0.0 and the SoftDevice s132.

The application was developed based on the IPSP Initiator Example (infocenter.nordicsemi.com/.../ble_app_ipsp_initiator.html) with some small changes.

Unfortunately I face up with a limitation related to the initial credit.

In my application during LE Credit Based Connection Request (LE CBCR) the initial credit is set to 1. Is there any way to increase the number of the initial credits that are sent during the LE CBCR?

Thank you!

Parents Reply
  • Hello,

    The peripheral does not handle the flow control frames, that means it ignores the flow control frame sent by the central application.

    After the initial credits have been exhausted, the peripheral's application will not send the frames to the central anymore.

    This is the reason why I want to set a big number of the initial credits during the LE Credit Based Connection Request.

    Thank you.

Children
No Data
Related