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

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

Merge "Do not call bta_dm_free_sdp_db when GATT discovery is complete" into main

parents 6cea879f 52062e7e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -988,7 +988,6 @@ static void bta_dm_gatt_disc_complete(uint16_t conn_id, tGATT_STATUS status) {
      log::info(
          "Discovery complete for invalid conn ID. Will pick up next job");
      bta_dm_discovery_set_state(BTA_DM_DISCOVER_IDLE);
      bta_dm_free_sdp_db();
      bta_dm_execute_queued_discovery_request();
    }
  }