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

Commit f8090e1d authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

l2c: Add missing event string

Tag: #feature
Bug: 159786353
Sponsor: jpawlowski@
Test: compile & manual

Change-Id: Icd9658ca7402a1a43ca0743ded6929833cd8957d
parent 71228537
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1473,6 +1473,9 @@ static const char* l2c_csm_get_event_name(uint16_t event) {
    case L2CEVT_L2CA_CREDIT_BASED_CONNECT_REQ: /* Upper layer credit based
                                                  connect request */
      return ("SEND_CREDIT_BASED_CONNECT_REQ");
    case L2CEVT_L2CA_CREDIT_BASED_CONNECT_RSP: /* Upper layer credit based
                                                  connect response */
      return ("SEND_CREDIT_BASED_CONNECT_RSP");
    case L2CEVT_L2CA_CREDIT_BASED_RECONFIG_REQ: /* Upper layer credit based
                                                   reconfig request */
      return ("SEND_CREDIT_BASED_RECONFIG_REQ");