zephyr/subsys/bluetooth/common
Piotr Pryga a947d5aa24 Bluetooth: controller: Extend HCI TX cmd buf size for CTE rx param cmd
LE Set Connection CTE Receive Parameters HCI command size may not fit
into HCI TX command buffer size, which default value is 65 bytes.
For platforms other than Nordic there may be up to 75 antenna IDs
put into the command.
Added new default value for SOCs not compatible with Nordic to
extend default TX buf size to 83 bytes (75 bytes for antena IDs,
5 bytes for other command parameters, 3 bytes for command header).

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2021-08-18 20:11:10 -04:00
..
CMakeLists.txt
dummy.c bluetooth: Allow immediate logging with software-based LL 2020-09-04 18:48:32 +02:00
Kconfig Bluetooth: controller: Extend HCI TX cmd buf size for CTE rx param cmd 2021-08-18 20:11:10 -04:00
log.c
log.h
rpa.c Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
rpa.h