Closed jmrua closed 2 years ago
After performing some tests, it seems that the problem may be due to the saturation of the L2CAP transmission buffer, modifying CONFIG_BT_L2CAP_TX_BUF_COUNT
it seems that, although it still does not work correctly, it can receive and send more packets before blocking.
With CONFIG_BT_L2CAP_TX_BUF_COUNT=128
blocks after over 200 packets.
@alwa-nordic please see if you can reproduce this behaviour
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
Describe the bug IPSP example after connection crashes after a few exchanged packets. Similar to #5289
Platform
To Reproduce
Impact After 10 packets received, the connection will crash and the nRF board will not be able to reconnect to the host until a reset of the board is performed.
Logs