zephyr/subsys/bluetooth
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
..
common bluetooth: Allow immediate logging with software-based LL 2020-09-04 18:48:32 +02:00
controller Bluetooth: controller: Fix AD data size overflow check 2020-11-13 09:56:53 +01:00
host Bluetooth: host: Fix endianness in conn. handle 2020-11-11 13:23:49 +01:00
mesh Bluetooth: Mesh: Fix DST field check when send 2020-11-11 13:23:14 +01:00
services Bluetooth: indication callback signature update 2020-11-10 11:21:46 +01:00
shell Bluetooth: shell: Fix shell scan option duplicate filtering options 2020-11-11 13:22:02 +01:00
CMakeLists.txt Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
Kconfig bluetooth: add dep on !SMP 2020-10-05 19:33:02 -07:00