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

Commit be5e54ca authored by liuchao's avatar liuchao Committed by android-build-merger
Browse files

Remove redundant added bta_hh_find_cb call in read_rpt_clt_cfg

am: 02e2c6e8

Change-Id: Ie06a1c231254746f1a30b53a0b51b65c9c311e36
parents 1e656364 02e2c6e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2269,7 +2269,6 @@ void bta_hh_le_hid_read_rpt_clt_cfg(BD_ADDR bd_addr, uint8_t rpt_id) {
  tBTA_HH_LE_RPT* p_rpt;
  uint8_t index = BTA_HH_IDX_INVALID;

  index = bta_hh_find_cb(bd_addr);
  index = bta_hh_find_cb(bd_addr);
  if (index == BTA_HH_IDX_INVALID) {
    APPL_TRACE_ERROR("%s: unknown device", __func__);