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

Commit cc85f8a8 authored by Chris Manton's avatar Chris Manton
Browse files

stack::sdp [12/12] handle.SDP_AddServiceClassIdList

Bug: 339311914
Test: m .
Flag: EXEMPT, Logging Change

Change-Id: I667e93906791c10d084ac304bff9a06e064c0608
parent 6fd7feae
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -343,8 +343,11 @@ void bta_ar_reg_avrc_for_src_sink_coexist(
            class_list[1] = UUID_SERVCLASS_AV_REM_CTRL_CONTROL;
            count = 2;
          }
          get_legacy_stack_sdp_api()->handle.SDP_AddServiceClassIdList(
              bta_ar_cb.sdp_ct_handle, count, class_list);
          if (!get_legacy_stack_sdp_api()->handle.SDP_AddServiceClassIdList(
                  bta_ar_cb.sdp_ct_handle, count, class_list)) {
            log::warn("Unable to add SDP service class id list handle:{}",
                      bta_ar_cb.sdp_ct_handle);
          }
        } else {
          bta_ar_cb.ct_ver = profile_version;
        }