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

Commit 91e76d3c authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

Merge "Restore default contract returning string bta_gatt_api::gatt_client_event_text"

parents 432d0839 795f2115
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