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

Commit 795f2115 authored by Chris Manton's avatar Chris Manton
Browse files

Restore default contract returning string bta_gatt_api::gatt_client_event_text

Bug: 259618784
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I9215fd6b05397b1ab68a66a44c96d8ddaeedef70
parent 98746056
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@ inline std::string gatt_client_event_text(const tBTA_GATTC_EVT& event) {
    CASE_RETURN_TEXT(BTA_GATTC_CONGEST_EVT);
    CASE_RETURN_TEXT(BTA_GATTC_PHY_UPDATE_EVT);
    CASE_RETURN_TEXT(BTA_GATTC_CONN_UPDATE_EVT);
    default:
      return base::StringPrintf("UNKNOWN[%hhu]", event);
  }
}
#undef CASE_RETURN_TEXT