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

Commit c6270e5f authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

btif::dm: Use get_btm_client_interface().eir.BTM_GetEirUuidList am: 79153f9a

parents 9dd0561e 79153f9a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1519,9 +1519,9 @@ static void btif_dm_search_devices_evt(tBTA_DM_SEARCH_EVT event,

      /* Check EIR for services */
      if (p_search_data->inq_res.p_eir) {
        BTM_GetEirUuidList(p_search_data->inq_res.p_eir,
                           p_search_data->inq_res.eir_len, Uuid::kNumBytes16,
                           &num_uuids, uuid_list, max_num_uuid);
        get_btm_client_interface().eir.BTM_GetEirUuidList(
            p_search_data->inq_res.p_eir, p_search_data->inq_res.eir_len,
            Uuid::kNumBytes16, &num_uuids, uuid_list, max_num_uuid);
      }

      {