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!