zephyr/subsys/bluetooth/host/mesh
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
..
access.c Bluetooth: Mesh: Fix checking for model subscription address 2018-06-28 10:48:18 +03:00
access.h Bluetooth: Mesh: Support for storing model publication persistently 2018-05-11 16:44:43 +03:00
adv.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
adv.h Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
beacon.c Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
beacon.h
cfg_cli.c Bluetooth: Mesh: Increase visibility of net & app key helpers 2018-05-09 12:36:32 +03:00
cfg_srv.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
CMakeLists.txt Bluetooth: Mesh: Add skeleton for persistent storage 2018-05-09 12:36:32 +03:00
crypto.c Bluetooth: Mesh: Fix model publication 2017-11-20 15:00:29 +02:00
crypto.h Bluetooth: Mesh: Fix model publication 2017-11-20 15:00:29 +02:00
foundation.h Bluetooth: Mesh: Fix cyclic rewriting to flash when restoring state 2018-06-27 15:54:40 +03:00
friend.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
friend.h Bluetooth: Mesh: Implement handling of Friend Clear messages 2017-11-10 22:17:43 +03:00
health_cli.c Bluetooth: Mesh: Increase visibility of net & app key helpers 2018-05-09 12:36:32 +03:00
health_srv.c Bluetooth: mesh: Fix missing semicolon 2018-09-05 10:45:19 -04:00
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00
lpn.c kernel: atomic: Ignore atomic_and/or return when not used 2018-09-14 16:55:37 -04:00
lpn.h Bluetooth: Mesh: Introduce public LPN APIs for better control 2017-11-24 11:37:09 +02:00
main.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
mesh.h Bluetooth: Mesh: Expose bt_mesh_is_provisioned() publicly 2018-05-16 18:00:19 +03:00
net.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
net.h Bluetooth: Mesh: Remove redundant ivu_unknown variable 2018-05-18 12:39:41 +03:00
prov.c Bluetooth: Mesh: Enforce proper compilation. 2018-09-20 11:14:03 +03:00
prov.h Bluetooth: Mesh: Add support for OOB info and URI in provisioning data 2018-02-05 12:46:05 +02:00
proxy.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
proxy.h Bluetooth: Mesh: Add helpers for starting/stopping Node ID 2017-12-05 20:02:19 +02:00
settings.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
settings.h Bluetooth: Mesh: Fix IV Update duration tracking 2018-05-17 17:30:03 +03:00
shell.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
test.c
test.h
TODO Bluetooth: Mesh: Update TODO file 2017-11-21 12:19:41 +02:00
transport.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
transport.h Bluetooth: Mesh: Improve outgoing segment count configuration 2018-07-25 18:16:45 +03:00