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

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

Merge "Fix processing of Inquiry results data"

parents 23e0bcd8 ec644f12
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1999,7 +1999,7 @@ static void bte_search_devices_evt(tBTA_DM_SEARCH_EVT event,
   * to the end of the tBTA_DM_SEARCH */
   * to the end of the tBTA_DM_SEARCH */
  switch (event) {
  switch (event) {
    case BTA_DM_INQ_RES_EVT: {
    case BTA_DM_INQ_RES_EVT: {
      if (p_data->inq_res.p_eir) param_len += HCI_EXT_INQ_RESPONSE_LEN;
      if (p_data->inq_res.p_eir) param_len += p_data->inq_res.eir_len;
    } break;
    } break;


    case BTA_DM_DISC_RES_EVT: {
    case BTA_DM_DISC_RES_EVT: {