Loading system/bta/csis/csis_client.cc +5 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
system/bta/csis/csis_client.cc +5 −1 Original line number Diff line number Diff line Loading @@ -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, Loading