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

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

Merge "Advertising device name truncated"

parents 1358b50e 78146ef8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1861,7 +1861,8 @@ void btm_process_inq_results(uint8_t* p, uint8_t inq_res_mode) {

      /* If a callback is registered, call it with the results */
      if (p_inq_results_cb)
        (p_inq_results_cb)((tBTM_INQ_RESULTS*)p_cur, p_eir_data, 62);
        (p_inq_results_cb)((tBTM_INQ_RESULTS*)p_cur, p_eir_data,
                           HCI_EXT_INQ_RESPONSE_LEN);
    }
  }
}