Hi,
I have a set up consisting of an nRF52840 and Raspberry Pi communicating over IPSP following the zephyr OS sample docs.zephyrproject.org/.../README.html
My application running on the nRF52840 needs to stream data with ~50Kbit/s.
Unfortunately, I get the following warning, when I send data with this data rate:
[00:00:20.695,800] <wrn> bt_l2cap: No credits to transmit packet
How to make sure that my Raspberry gives sufficient credits to the nRF52840, so the desired data rate can be achieved?