zephyr/drivers/bluetooth
Théo Battrel fdd0a26348 Bluetooth: Remove `BT_HEXDUMP_DBG`
Replace unnecessary `BT_HEXDUMP_DBG` with `LOG_HEXDUMP_DBG`.

`BT_HEXDUMP_DBG` did an extra cast to `const uint8_t *` on its first
argument. This was probably the reason it was introduced. But the
current definition of `LOG_HEXDUMP_DBG` does this cast for us.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2022-10-25 10:48:17 +02:00
..
hci Bluetooth: Remove `BT_HEXDUMP_DBG` 2022-10-25 10:48:17 +02:00
CMakeLists.txt
Kconfig
util.h