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

Commit e8494449 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "csip: Trigger active scan when read group size"

parents a0b84923 82831536
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -985,7 +985,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,