Searched refs:scmst_info (Results 1 – 2 of 2) sorted by relevance
2291 btav_a2dp_scmst_info_t scmst_info{}; in bta_av_co_get_scmst_info() local2292 scmst_info.enable_status = BTAV_A2DP_SCMST_DISABLED; in bta_av_co_get_scmst_info()2295 scmst_info.enable_status = BTAV_A2DP_SCMST_ENABLED; in bta_av_co_get_scmst_info()2296 scmst_info.cp_header = bta_av_co_cb.ContentProtectFlag(); in bta_av_co_get_scmst_info()2299 return scmst_info; in bta_av_co_get_scmst_info()
3302 btav_a2dp_scmst_info_t scmst_info = in bta_av_offload_codec_builder() local3304 p_a2dp_offload->scms_t_enable[0] = scmst_info.enable_status; in bta_av_offload_codec_builder()3305 p_a2dp_offload->scms_t_enable[1] = scmst_info.cp_header; in bta_av_offload_codec_builder()3309 __func__, scmst_info.enable_status, scmst_info.cp_header); in bta_av_offload_codec_builder()