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

Commit 80fbd8a2 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Do not spam metrics with vendor events am: 22cd0eed

parents 4716d217 22cd0eed
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -171,9 +171,12 @@ 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: {
    // Ignore these events
    case HCI_BLE_EVENT:
      break;
    }
    case HCI_VENDOR_SPECIFIC_EVT:
      break;

    case HCI_CONNECTION_COMP_EVT:  // EventCode::CONNECTION_COMPLETE
    case HCI_CONNECTION_REQUEST_EVT:  // EventCode::CONNECTION_REQUEST
    case HCI_DISCONNECTION_COMP_EVT:  // EventCode::DISCONNECTION_COMPLETE