zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada cf05f49ee2 Bluetooth: controller: Refactor Force MD bit implementation
Add Force MD bit feature wherein connection events can be
extended to match the rate at which applications provide
new Tx data. MD bit in Tx PDUs is forced on if there has
been CONFIG_BT_CTLR_TX_BUFFERS count number times Tx/Rx
happened in a connection event. The assumption here is,
if controller's tx buffers are full, it is probable that
the application would send more Tx data during the
connection event, and keeping the connection event alive
will help improve overall throughput.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2020-09-28 15:23:21 +02:00
..
crypto Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
hal Bluetooth: controller: Add cpu_dsb hal interface 2020-08-31 13:49:13 +02:00
hci device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
include Bluetooth: controller: Add advertising set handle mapping 2020-08-13 16:14:29 +02:00
ll_sw Bluetooth: controller: Refactor Force MD bit implementation 2020-09-28 15:23:21 +02:00
ticker Bluetooth: controller: Prevent incorrect lazy_current increment 2020-09-04 14:14:23 +02:00
util Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
CMakeLists.txt Bluetooth: controller: split: Initial extended scanning code 2020-06-12 15:50:34 +02:00
Kconfig Bluetooth: controller: Fix Kconfig dependencies for PHY options 2020-09-18 18:11:35 +02:00
Kconfig.ll_sw_split Bluetooth: controller: Add force MD bit feature 2020-09-28 15:23:21 +02:00