Loading system/btif/src/btif_dm.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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: { Loading Loading
system/btif/src/btif_dm.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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: { Loading