zephyr/tests/bluetooth/controller
Théo Battrel e458f5aae6 Bluetooth: Use Zephyr standard log system instead of `bluetooth/common/log`
The `bluetooth/common/log.h` and `bluetooth/common/log.c` files have been
removed. Files that were using them have been updated to use
`zephyr/logging/log.h` instead.

Those replacement have been done consequently:
- `/BT_DBG/LOG_DBG/`
- `/BT_ERR/LOG_ERR/`
- `/BT_WARN/LOG_WRN/`
- `/BT_INFO/LOG_INF/`
- `/BT_HEXDUMP_DBG/LOG_HEXDUMP_DBG/`
- `/BT_DBG_OBJ_ID/LOG_DBG_OBJ_ID/`

Also, some files were relying on the `common/log.h` include to include
`zephyr/bluetooth/hci.h`, in those cases the include of `hci.h` has
been added.

For files that were including `common/log.h` but not using any logs,
the include has been removed and not replaced.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2022-11-25 17:08:36 +01:00
..
common Bluetooth: controller: rename pdu_data_llctr struct SCA member 2022-11-09 09:34:35 +00:00
ctrl_api test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_chmu test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_cis_create Bluetooth: controller: Adding user ext. anchor point move to ctrl/CPR 2022-11-09 10:43:17 +01:00
ctrl_cis_terminate test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_collision test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_conn_update Bluetooth: controller: Adding user ext. anchor point move to ctrl/CPR 2022-11-09 10:43:17 +01:00
ctrl_cte_req test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_data_length_update test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_encrypt test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_feature_exchange test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_hci Bluetooth: controller: Adding user ext. anchor point move to ctrl/CPR 2022-11-09 10:43:17 +01:00
ctrl_invalid test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_le_ping test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_min_used_chans test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_phy_update test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_sca_update Bluetooth: controller: implementing SCA update procedure PDU flow 2022-11-08 10:44:54 +01:00
ctrl_terminate test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_tx_buffer_alloc test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_tx_queue test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_unsupported test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_version test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
mock_ctrl Bluetooth: Use Zephyr standard log system instead of `bluetooth/common/log` 2022-11-25 17:08:36 +01:00