zephyr/tests/bluetooth
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
..
adv test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
at test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
bluetooth test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
bsim_bt doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
controller test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
ctrl_isoal test: BT: ctrl_isoal: run clang-format 2022-08-03 21:20:40 +02:00
ctrl_sw_privacy test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
ctrl_sw_privacy_unit test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
ctrl_user_ext test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
df Bluetooth: Controller: Refactor DF impl to add aux offset in ULL context 2022-08-03 12:02:47 +02:00
gatt test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
hci_codecs_info test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
hci_prop_evt test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
host_long_adv_recv test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
init Bluetooth: Controller: Rename Kconfig to BT_CTLR_ADV_AUX_PDU_BACK2BACK 2022-08-03 12:02:47 +02:00
l2cap test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
ll_settings test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mesh Bluetooth: Mesh: Add model publish support to Health Client 2022-08-01 18:04:42 +01:00
mesh_shell Tests: Bluetooth: Mesh: Mesh shell prj stack size 2022-06-20 10:28:15 +02:00
shell tests: Remove label property from devicetree overlays 2022-07-28 20:52:20 +02:00
tester tests: bluetooth: tester: add support for testing Multiple Notifications 2022-08-05 13:01:46 +02:00
uuid Bluetooth: Test: Split up test "uuid" 2022-08-01 18:05:12 +02:00