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

Commit 7db8c9d4 authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "Only disable BtQualityReports once" into main

parents 3f1572a9 dba28dfa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -375,7 +375,12 @@ void EnableBtQualityReport(common::PostableContext* to_bind) {

void DisableBtQualityReport() {
  log::info("");
  if (to_bind_ == nullptr) {
    log::warn("Skipping second call (Lifecycle issue).");
    return;
  }
  EnableDisableBtQualityReport(false);
  to_bind_ = nullptr;
}

static void BqrVscCompleteCallback(hci::CommandCompleteView complete);