Bluetooth: Move out string related function of common/log.h

Functions related to string manipulation that were defined in
`common/log.h` has been moved to the `common/bt_str.h` file and their
implementation in `common/bt_str.c`.

Files that were using those functions has been updated consequently.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
This commit is contained in:
Théo Battrel 2022-10-25 08:48:54 +02:00 committed by Carles Cufí
commit c9d68a5a4f
59 changed files with 140 additions and 77 deletions

View file

@ -19,6 +19,7 @@
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_MESH_DEBUG_MODEL)
#define LOG_MODULE_NAME bt_mesh_cfg_srv
#include "common/log.h"
#include "common/bt_str.h"
#include "host/testing.h"