I use the connection event extension, but there are several concepts that I am not very clear.
Software:S132 v5.0 . SDK14.1.0 nRF52810
Goal: I need to use high throughput and there are strict requirements for ram. The macro definitions mentioned below have a large impact on RAM.
Based on the use of the Connection event extension, what is the effect of setting the BLE_GATTS_HVN_TX_QUEUE_SIZE_DEFAULT size on the rate? I found that the throughput of BLE_GATTS_HVN_TX_QUEUE_SIZE_DEFAULT = 2 is faster than that of BLE_GATTS_HVN_TX_QUEUE_SIZE_DEFAULT = 5..