zephyr/subsys/bluetooth
Adithya Baglody 9fe378b7e7 Bluetooth: Mesh: Enforce proper compilation.
The current method relies heavily on the linker/compiler to
do the correct operation. Which is to eliminate the code that will
never get called. This posses a problem if the build even changes
by a smallest fraction.
The current patch will enforce proper inclusion of the code at the
pre-processing stage. Thereby not relying on the compiler/linker to
do the right thing.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-09-20 11:14:03 +03:00
..
common Bluetooth: Controller: Add CONFIG_BT_HCI_VS option 2018-09-19 13:03:56 +02:00
controller Bluetooth: Read static address from FICR on nRF5 if no VS enabled 2018-09-19 13:03:56 +02:00
host Bluetooth: Mesh: Enforce proper compilation. 2018-09-20 11:14:03 +03:00
shell shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
CMakeLists.txt Bluetooth: Reorganize Kconfig options for BLE controller 2018-07-02 11:59:43 +02:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00