zephyr/subsys/bluetooth/controller/hci
Johan Hedberg 4882849f18 Bluetooth: controller: Convert benign BT_WARN() messages to BT_DBG()
BT_WARN() should only be used for log messages that may indicate a
problem. However, the controller HCI code was using it for messages
that were of a pure debugging/informational nature. Convert these to
BT_DBG() instead - this should hopefully also help avoid unnecessary
user questions of seemingly alarming log messages.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-03-19 18:17:41 +02:00
..
hci_driver.c bluetooth: controller: Document RX path flow from mayfly to HCI 2019-02-18 15:13:45 -05:00
hci_internal.h bluetooth: controller: Remove trailing semicolons in HCI defines. 2019-02-10 16:16:58 -05:00
hci.c Bluetooth: controller: Convert benign BT_WARN() messages to BT_DBG() 2019-03-19 18:17:41 +02:00