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

Commit f19cefe6 authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Gerrit Code Review
Browse files

Merge "le_audio: Don't proceede when GATT read invalid status is received" into main

parents 403deac0 9b68182a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4941,6 +4941,10 @@ class LeAudioClientImpl : public LeAudioClient {
    } else if (status == GATT_DATABASE_OUT_OF_SYNC) {
      instance->ClearDeviceInformationAndStartSearch(leAudioDevice);
      return;
    } else {
      LOG_ERROR("Failed to read attribute, hdl: 0x%04x, status: 0x%02x", hdl,
                static_cast<int>(status));
      return;
    }

    /* We use data to keep notify connected flag. */