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:
parent
d8d81c4a09
commit
c9d68a5a4f
59 changed files with 140 additions and 77 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue