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

Commit 22cd0eed authored by Chris Manton's avatar Chris Manton
Browse files

Do not spam metrics with vendor events

Bug: 246697575
Test: m .
Change-Id: I143d7a0d587bd520d3de59d0ffbc2e566bfcfc01
parent 9bf3f751
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