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

Commit 499019c3 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "Only disable BtQualityReports once" into main am: 7db8c9d4

parents 982a8ee8 7db8c9d4
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);