zephyr/subsys/bluetooth/host/mesh
Krzysztof Chruscinski 3605e48c44 shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE
It is planned to deprecate SHELL_CREATE_STATIC_SUBCMD_SET macro
which is replaced by SHELL_STATIC_SUBCMD_SET_CREATE.

Additionally, removed irrelevant comments about alphabetical
ordering which is no longer needed.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-02-20 07:31:35 -05:00
..
access.c Bluetooth: Mesh: Fix publish timer handling when sending fails 2019-01-28 14:10:58 +02:00
access.h
adv.c Bluetooth: Mesh: Increase advertising thread size 2019-02-15 18:49:14 -05:00
adv.h
beacon.c Bluetooth: Mesh: Take advantage of net_buf_simple_pull_mem() 2019-01-28 15:21:23 +02:00
beacon.h
cfg_cli.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
cfg_srv.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
CMakeLists.txt
crypto.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
crypto.h
foundation.h Bluetooth: Mesh: Add support for suspend/resume 2019-01-28 14:10:58 +02:00
friend.c Bluetooth: Mesh: Remove redundant stack variable 2019-01-14 11:38:51 +02:00
friend.h
health_cli.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
health_srv.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
Kconfig Bluetooth: Add Kconfig option to disable HCI ECDH support 2018-11-21 12:26:27 -05:00
lpn.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
lpn.h
main.c Bluetooth: Mesh: Add support for suspend/resume 2019-01-28 14:10:58 +02:00
mesh.h
net.c Bluetooth: Mesh: Clean up net validity & provisioning state handling 2019-01-28 14:10:58 +02:00
net.h Bluetooth: Mesh: Add support for suspend/resume 2019-01-28 14:10:58 +02:00
prov.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
prov.h
proxy.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
proxy.h
settings.c Bluetooth: Mesh: Convert bit-fields into flags 2019-01-28 14:10:58 +02:00
settings.h
shell.c shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
test.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
test.h
TODO
transport.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
transport.h