Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e94c358 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Chris Manton
Browse files

Reduce BLE connection logspam

Currenlty I observe lots of error logs when establishing BLE
connections:
bt_btu_hcif: packages/modules/Bluetooth/system/stack/btu/btu_hcif.cc:202 btu_hcif_log_event_metrics: Unexpectedly received event_code:0x3e that should not be handled here
This patch gets rid of those error logs

Test: compile, manual test
Change-Id: Icad82fcb0dfa24562a47e7e5593c6b333c0a48a6
parent 584b7f56
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -194,6 +194,9 @@ void btu_hcif_log_event_metrics(uint8_t evt_code, const uint8_t* p_event) {
          android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason);
      break;
    }
    case HCI_BLE_EVENT: {
      break;
    }
    case HCI_CONNECTION_COMP_EVT:  // EventCode::CONNECTION_COMPLETE
    default:
      LOG_ERROR(