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

Commit 66a76eff authored by Hansong Zhang's avatar Hansong Zhang
Browse files

BTM_ESCO_CHG_EVT doesn't seem to be used

Tag: #refactor
Bug: 195344796
Test: net_test_stack_btm
Change-Id: Ibe0c0112801f44a3fbd7b0798cbf93ae4062deba
parent b72e70f9
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -318,14 +318,6 @@ static void bta_ag_esco_connreq_cback(tBTM_ESCO_EVT event,
      BTM_EScoConnRsp(p_data->conn_evt.sco_inx, HCI_ERR_HOST_REJECT_RESOURCES,
                      (enh_esco_params_t*)nullptr);
    }
  } else if (event == BTM_ESCO_CHG_EVT) {
    /* Received a change in the esco link */
    APPL_TRACE_EVENT(
        "%s: eSCO change event (inx %d): rtrans %d, "
        "rxlen %d, txlen %d, txint %d",
        __func__, p_data->chg_evt.sco_inx, p_data->chg_evt.retrans_window,
        p_data->chg_evt.rx_pkt_len, p_data->chg_evt.tx_pkt_len,
        p_data->chg_evt.tx_interval);
  }
}