6ce89204e6
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
|
||
---|---|---|
.. | ||
common | ||
controller | ||
host | ||
services | ||
shell | ||
CMakeLists.txt | ||
Kconfig |