zephyr/subsys/bluetooth/controller/util
Vinayak Kariappa Chettimada cfc44101a6 Bluetooth: Controller: Update to increase simultaneous connection limit
Update Controller to use uint16_t instead of uint8_t to
allow buffer counts to exceed beyond 255. Also fix pointer
arithmetic from being restricted to uint16_t that prevented
calculating the memory index for large offsets. This will
now allow support for 250 simultaneous connections, limited
by ticker_id type being uint8_t.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2022-04-04 10:24:34 +02:00
..
dbuf.c
dbuf.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
mayfly.c
mayfly.h
mem.c Bluetooth: Controller: Update to increase simultaneous connection limit 2022-04-04 10:24:34 +02:00
mem.h Bluetooth: Controller: Add static build assert to check mem member 2022-03-22 12:33:49 +01:00
memq.c Bluetooth: Controller: Initial broadcast ISO Tx data path 2022-03-01 14:54:35 +01:00
memq.h Bluetooth: Controller: Initial broadcast ISO Tx data path 2022-03-01 14:54:35 +01:00
mfifo.h Bluetooth: Controller: Update to increase simultaneous connection limit 2022-04-04 10:24:34 +02:00
util.c
util.h