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

Commit 4d536254 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Hearing aid doesn't care about credit received event

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: Ifc1f7b26c072c36d515ef68dc4a199633ea583e4
parent f269b85f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1357,14 +1357,6 @@ class HearingAidImpl : public HearingAid {
      case GAP_EVT_CONN_UNCONGESTED:
        DVLOG(2) << "GAP_EVT_CONN_UNCONGESTED";
        break;

      case GAP_EVT_LE_COC_CREDITS: {
        auto& tmp = data->coc_credits;
        DVLOG(2) << "GAP_EVT_LE_COC_CREDITS, for device: "
                 << hearingDevice->address << " added" << tmp.credits_received
                 << " credit_count: " << tmp.credit_count;
        break;
      }
    }
  }