zephyr/subsys/bluetooth/common
Théo Battrel 7d2b4e1917 Bluetooth: Remove unneeded macros
Remove the `bt_hex`, `bt_addr_str`, `bt_addr_le_str` and `bt_uuid_str`
macros from `bt_str.h` as they were just aliases for the `*_real` functions
in the same file.

The functions has been renamed without the `_real` suffix.

Some files were using the functions and not the macros, they have been
updated to use the new name of the functions.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2022-11-02 13:28:57 +01:00
..
addr.c Bluetooth: Define global Bluetooth address constants 2022-08-25 12:18:09 +02:00
assert.h Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
bt_str.c Bluetooth: Remove unneeded macros 2022-11-02 13:28:57 +01:00
bt_str.h Bluetooth: Remove unneeded macros 2022-11-02 13:28:57 +01:00
CMakeLists.txt Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
dummy.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
Kconfig Bluetooth: extended adv reports with legacy content discardable 2022-10-28 07:55:44 +00:00
log.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
log.h Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
rpa.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
rpa.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00