Loading system/bta/ar/bta_ar.cc +5 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
system/bta/ar/bta_ar.cc +5 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading