zephyr/subsys/bluetooth
Nicolas Pitre b1d3742ce2 linker generated list: introduce Z_STRUCT_SECTION_ITERABLE()
This convenience macro wraps Z_DECL_ALIGN() and __in_section() to
simplify static definitions of structure instances gathered in dedicated
sections. Most of the time those go together, and the section name is
already closely related to the struct type, so abstracting things behind
a simpler interface reduces probability of mistakes and makes the code
clearer. A few input section names have been adjusted accordingly.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-06 14:21:32 -07:00
..
common
controller Bluetooth: controller: split: Port Enc setup to be queueable 2019-06-06 10:34:13 +02:00
host linker generated list: introduce Z_STRUCT_SECTION_ITERABLE() 2019-06-06 14:21:32 -07:00
services Bluetooth: Add additional attributes to DIS 2019-05-08 20:17:07 +03:00
shell style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
CMakeLists.txt
Kconfig drivers/bluetooth/hci: Implement HCI driver for stm32wb 2019-06-03 09:38:19 -04:00