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

Commit 0b768f0c authored by Chris Manton's avatar Chris Manton
Browse files

Re-log bta/hh/bta_hh_main::bta_hh_sm_execute

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

Change-Id: I42741e09f45c98bb898fe874b13783c4bdb9162c
parent 4cf8974c
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -282,15 +282,13 @@ void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event,
    bta_hh_better_state_machine(p_cb, event, p_data);

    if (in_state != p_cb->state) {
      APPL_TRACE_DEBUG("HH State Change: [%s] -> [%s] after Event [%s]",
                       bta_hh_state_code(in_state),
                       bta_hh_state_code(p_cb->state),
      LOG_DEBUG("HHID State Change: [%s] -> [%s] after Event [%s]",
                bta_hh_state_code(in_state), bta_hh_state_code(p_cb->state),
                bta_hh_evt_code(debug_event));
    }
  }

  return;
}

/*******************************************************************************
 *
 * Function         bta_hh_hdl_event