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

Commit dd206316 authored by Chris Manton's avatar Chris Manton
Browse files

Re-log bta/dm/bta_dm_act::bta_dm_gattc_callback

Bug: 188297862
Test: gd/cert/run
Tag: #refactor

Change-Id: I05246225445ca92b5ccb8d2c119dae2366a1f66e
parent 1929264c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3879,7 +3879,7 @@ static void bta_dm_gattc_callback(tBTA_GATTC_EVT event, tBTA_GATTC* p_data) {
      break;

    case BTA_GATTC_CLOSE_EVT:
      APPL_TRACE_DEBUG("BTA_GATTC_CLOSE_EVT reason = %d", p_data->close.reason);
      LOG_DEBUG("BTA_GATTC_CLOSE_EVT reason = %d", p_data->close.reason);
      /* in case of disconnect before search is completed */
      if ((bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) &&
          (bta_dm_search_cb.state != BTA_DM_SEARCH_ACTIVE) &&