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

Commit 0dcc5eb5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "bta_dm_sdp_result: reduce indenation" into main

parents bd589d7b a3d0393f
Loading
Loading
Loading
Loading
+45 −44
Original line number Diff line number Diff line
@@ -497,7 +497,9 @@ static void bta_dm_sdp_result(tSDP_STATUS sdp_result) {
      /* Free up the p_sdp_db before checking the next one */
      bta_dm_free_sdp_db();
      bta_dm_find_services(bta_dm_discovery_cb.peer_bdaddr);
    } else {
      return;
    }

    /* callbacks */
    /* start next bd_addr if necessary */
    BTM_LogHistory(
@@ -544,7 +546,6 @@ static void bta_dm_sdp_result(tSDP_STATUS sdp_result) {
    disc_result.bd_addr = bta_dm_discovery_cb.peer_bdaddr;

    bta_dm_disc_sm_execute(BTA_DM_DISCOVERY_RESULT_EVT, std::move(msg));
    }
  } else {
    BTM_LogHistory(
        kBtmLogTag, bta_dm_discovery_cb.peer_bdaddr, "Discovery failed",