zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada 59888103d2 Bluetooth: controller: Fix AD data size overflow check
pdu->len is only 8 bits and CONFIG_BT_CTLR_ADV_DATA_LEN_MAX
can be upto 1650 bytes. Fix the implementation to use 16
bit auto variable to check AD data length overflow.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2020-11-13 09:56:53 +01: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 Bluetooth: controller: Fix Extended Advertising data population 2020-11-13 09:56:53 +01:00
include Bluetooth: controller: Create HCI stubs for CIG/CIS creation and removal 2020-11-10 13:19:08 +01:00
ll_sw Bluetooth: controller: Fix AD data size overflow check 2020-11-13 09:56:53 +01: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: Create HCI stubs for CIG/CIS creation and removal 2020-11-10 13:19:08 +01:00
Kconfig Bluetooth: controller: Introduce Kconfig options for CIS central/peripheral 2020-11-10 13:19:08 +01:00
Kconfig.ll_sw_split Bluetooth: controller: Add Max. AD data buffers Kconfig option 2020-11-11 12:28:05 +01:00