1
0
Fork 0

Removes logging of every packet to host (too much noise)

This commit is contained in:
Shawn Nock 2019-07-16 16:00:46 -04:00
parent 10382d6fd6
commit f0b8ff2d24
1 changed files with 0 additions and 1 deletions

View File

@ -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");