Bluetooth: Replace BT_DBG with bt_dev_dbg for management support
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 6 May 2020 07:57:47 +0000 (09:57 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 11 May 2020 10:13:38 +0000 (12:13 +0200)
commit181d695352305cc52a49c151a1c3370376e54887
treea3c856944d01871b31dc2fb26851492f6dec33db
parent5f4b91728bba007be563fa5a3bd5d96b6a03b3b9
Bluetooth: Replace BT_DBG with bt_dev_dbg for management support

The majority of management interaction are based on a controller index
and have a hci_dev associated with it. So use bt_dev_dbg to have a clean
way of indentifying the controller the debug message belongs to.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/mgmt.c