zephyr/subsys/bluetooth/mesh
Gerard Marull-Paretas a7c3e7e84a doxygen: remove redundant usages of def
The def command Indicates that a comment block contains documentation
for a #define macro. This is useful if the comment block documents a
macro not adjacent to it, e.g.

```c
/**
 * @def MAX(x,y)
 * @brief Computes the maximum of @a x and @a y.
 */
 #ifdef XXX
 #define MAX(x,y) ...
 #endif
```

However, it is not necessary if the comment is adjacent to the
definition, e.g.

```c
/**
 * @brief Computes the maximum of @a x and @a y.
 */
 #define MAX(x,y) ...
```

This patch removes all unnecessary def entries in-tree.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-09 12:29:28 +02:00
..
access.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
access.h
adv_ext.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
adv_legacy.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
adv.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
adv.h
app_keys.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
app_keys.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
beacon.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
beacon.h
cdb.c Bluetooth: Mesh: Flush pending settings in bt_mesh_reset/_cdb_clear 2022-07-13 10:19:44 +02:00
cdb.h
cfg_cli.c Bluetooth: Mesh: cfg cli async status callback 2022-07-08 20:01:02 +00:00
cfg_srv.c Bluetooth: Mesh: Call bt_mesh_reset in cfg srv from workqueue 2022-07-13 10:19:44 +02:00
cfg.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
cfg.h
CMakeLists.txt Bluetooth: Mesh: Configurable RPL module 2022-06-16 10:29:38 +02:00
crypto.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
crypto.h Bluetooth: Mesh: encapsulate tinycrypt dependency 2022-04-27 10:07:47 +02:00
foundation.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
friend.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
friend.h
gatt_cli.c Bluetooth: Gatt: Update users of write callback in subscription params 2022-05-16 16:54:27 +02:00
gatt_cli.h
health_cli.c Bluetooth: Mesh: Add model publish support to Health Client 2022-08-01 18:04:42 +01:00
health_srv.c Bluetooth: Mesh: Add model publish support to Health Client 2022-08-01 18:04:42 +01:00
heartbeat.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
heartbeat.h
Kconfig Bluetooth: Mesh: Configurable RPL module 2022-06-16 10:29:38 +02:00
lpn.c Bluetooth: Mesh: don't send Friend Clear if Friend is lost 2022-08-08 10:52:23 +02:00
lpn.h
main.c Bluetooth: Mesh: IV Index timer is not started 2022-07-14 17:51:31 +00:00
mesh.h doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
msg.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
net.c Bluetooth: Mesh: Fix unable iv recovery 0 0 -> 1 0 2022-07-28 19:47:36 +01:00
net.h
pb_adv.c Bluetooth: Mesh: Don't open prov link after being provisioned 2022-07-07 15:47:59 +00:00
pb_gatt_cli.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
pb_gatt_cli.h
pb_gatt_srv.c Bluetooth: Mesh: fix pb gatt fast advertising 2022-06-24 20:26:48 +02:00
pb_gatt_srv.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
pb_gatt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
pb_gatt.h
prov_bearer.h
prov_device.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
prov.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
prov.h
provisioner.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
provisioner.h
proxy_cli.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
proxy_cli.h
proxy_msg.c Bluetooth: Mesh: Fix segmentation when sending proxy message 2022-05-13 15:45:22 +03:00
proxy_msg.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
proxy_srv.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
proxy.h
rpl.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
rpl.h
settings.c Bluetooth: Mesh: Flush pending settings in bt_mesh_reset/_cdb_clear 2022-07-13 10:19:44 +02:00
settings.h Bluetooth: Mesh: Flush pending settings in bt_mesh_reset/_cdb_clear 2022-07-13 10:19:44 +02:00
shell.c Bluetooth: Mesh: Add model publish support to Health Client 2022-08-01 18:04:42 +01:00
subnet.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
subnet.h doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
test.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
test.h
TODO
transport.c Bluetooth: Mesh: Don't do bulk tx of seg msgs 2022-07-04 14:31:44 +00:00
transport.h