zephyr/subsys/bluetooth/services/ots
Théo Battrel af01a0f313 Bluetooth: Logging: Move all logging symbols together
Move all Kconfig symbols related to Bluetooth logging into the newly
created `Kconfig.logging`. The logging symbols are now grouped by into a
menu "Bluetooth logging". Closely related symbols are grouped with each
others. For example, audio related logging symbol are found behind a
submenu "Audio" inside the "Bluetooth logging".

The deprecated logging symbols have also been moved in a submenu of
"Bluetooth logging", it's easier to avoid them so.

Behavior of the Bluetooth logging system:

When `LOG` symbol is selected, if Bluetooth is enabled (`BT` symbol
selected), the Bluetooth logging is enabled.

If the user does not set any log level, the Bluetooth logging symbols
will inherit the log level of `BT_LOG_LEVEL`. If the user does not set
the level of `BT_LOG_LEVEL`, the default log level will be the one
defined by the logging subsystem. Which currently is `LOG_LEVEL_INF`.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2023-03-28 10:33:24 +02:00
..
CMakeLists.txt
Kconfig Bluetooth: Logging: Move all logging symbols together 2023-03-28 10:33:24 +02:00
ots_client_internal.h
ots_client.c Bluetooth: OTS - Add Calculate Checksum support 2023-01-10 09:59:36 +01:00
ots_dir_list_internal.h
ots_dir_list.c
ots_internal.h
ots_l2cap_internal.h
ots_l2cap.c all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
ots_oacp_internal.h
ots_oacp.c Bluetooth: OTS - Add Calculate Checksum support 2023-01-10 09:59:36 +01:00
ots_obj_manager_internal.h
ots_obj_manager.c
ots_olcp_internal.h
ots_olcp.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ots.c Bluetooth: OTS - Add Calculate Checksum support 2023-01-10 09:59:36 +01:00