Removes logging of every packet to host (too much noise)
This commit is contained in:
parent
10382d6fd6
commit
f0b8ff2d24
|
@ -783,7 +783,6 @@ static linkstate_t do_active(struct net_buf *buf) {
|
||||||
default:
|
default:
|
||||||
// Presumably something from the controller
|
// Presumably something from the controller
|
||||||
if (bt_buf_get_type(buf) == BT_BUF_EVT) {
|
if (bt_buf_get_type(buf) == BT_BUF_EVT) {
|
||||||
LOG_DBG("RX'd CONTROLLER EVENT: ACTIVE -> ACTIVE");
|
|
||||||
h5_send(buf->data, HCI_EVENT_PKT, buf->len);
|
h5_send(buf->data, HCI_EVENT_PKT, buf->len);
|
||||||
} else {
|
} else {
|
||||||
LOG_HEXDUMP_ERR(buf->data, buf->len, "Unexpected buffer in host_queue");
|
LOG_HEXDUMP_ERR(buf->data, buf->len, "Unexpected buffer in host_queue");
|
||||||
|
|
Loading…
Reference in New Issue