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

Commit afc9d5fc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "BQR: Handle LE Audio Choppy Report" am: 2ec109c9 am: 6d21ce5d am:...

Merge "BQR: Handle LE Audio Choppy Report" am: 2ec109c9 am: 6d21ce5d am: 54df6bb3 am: 341d2dbe

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2098227



Change-Id: Ibd3b11f12afee30ce7c33c3b4673161ea8c66eb6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 62845c3f 341d2dbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -395,6 +395,7 @@ void CategorizeBqrEvent(uint8_t length, const uint8_t* p_bqr_event) {
    case QUALITY_REPORT_ID_APPROACH_LSTO:
    case QUALITY_REPORT_ID_A2DP_AUDIO_CHOPPY:
    case QUALITY_REPORT_ID_SCO_VOICE_CHOPPY:
    case QUALITY_REPORT_ID_LE_AUDIO_CHOPPY:
      if (length < kLinkQualityParamTotalLen) {
        LOG(FATAL) << __func__
                   << ": Parameter total length: " << std::to_string(length)