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

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

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

parents b67c9c0a cc85f8a8
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;
        }