zephyr/subsys/bluetooth
Nicolas Pitre 6ce89204e6 Bluetooth: L2CAP: fix use of Z_STRUCT_SECTION_ITERABLE
Two sections are needed: bt_l2cap_fixed_chan and bt_l2cap_br_fixed_chan.
However the second one cannot be created using #define as the
preprocessor will expand it to the first before compilation happens,
sending bt_l2cap_br_fixed_chan instances in the wrong section.

This fixes commit 4e8ddfd640 ("Bluetooth: L2CAP: Make use of
Z_STRUCT_SECTION_ITERABLE").

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-07-04 20:42:02 +03:00
..
common cleanup: include/: move misc/stack.h to debug/stack.h 2019-06-27 22:55:49 -04:00
controller Bluetooth: controller: split: Port radio event abort 2019-07-04 09:46:49 +02:00
host Bluetooth: L2CAP: fix use of Z_STRUCT_SECTION_ITERABLE 2019-07-04 20:42:02 +03:00
services subsys/settings: Update bluetooth module 2019-06-26 16:31:01 +02:00
shell cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
CMakeLists.txt
Kconfig Bluetooth: hci_uart: Use DT for the hci_uart UART 2019-06-26 12:37:04 +02:00