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

Commit 36471568 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Automerger Merge Worker
Browse files

Merge "csip: Trigger active scan when read group size" into tm-qpr-dev am: 106645a8

parents 2ace8e43 106645a8
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -984,7 +984,11 @@ class CsisClientImpl : public CsisClient {
      return;
    }

    csis_group->SetDesiredSize(value[0]);
    auto new_size = value[0];
    csis_group->SetDesiredSize(new_size);
    if (new_size > csis_group->GetCurrentSize()) {
      CsisActiveDiscovery(csis_group);
    }
  }

  void OnCsisLockReadRsp(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,