Previously, when our NRF5340 was transmitting at a 3ms interval, we encountered issues where the transmission speed failed to meet requirements, with data packets being discontinuous or, in other words, experiencing packet loss. Typically, dozens of packets would be lost between two consecutive packets (which appeared to be a congestion issue). By adjusting the CONFIG_BT_CTLR_RX_BUFFERS parameter from 2 to 18, we significantly improved performance. Now the transmission speed meets requirements, and the packet loss rate has reduced to only one packet lost between two consecutive packets. Unfortunately, 18 is already the maximum parameter value. However, we want to achieve zero packet loss. Currently, this can only be achieved by reducing the transmission speed – when set to 10ms intervals, there is no packet loss. But we need the speed to be 3ms. We still believe the issue is related to RX_BUFFERS. We would like to know which similar RX_BUFFERS configurations can achieve the same effect. It seems that RX_BUFFERS is a large family of configurations. Please help us with this.







