Searched refs:scmst_info (Results 1 – 2 of 2) sorted by relevance
2208 btav_a2dp_scmst_info_t scmst_info{}; in bta_av_co_get_scmst_info() local2209 scmst_info.enable_status = BTAV_A2DP_SCMST_DISABLED; in bta_av_co_get_scmst_info()2212 scmst_info.enable_status = BTAV_A2DP_SCMST_ENABLED; in bta_av_co_get_scmst_info()2213 scmst_info.cp_header = bta_av_co_cb.ContentProtectFlag(); in bta_av_co_get_scmst_info()2216 return scmst_info; in bta_av_co_get_scmst_info()
3194 btav_a2dp_scmst_info_t scmst_info = in bta_av_offload_codec_builder() local3196 p_a2dp_offload->scms_t_enable[0] = scmst_info.enable_status; in bta_av_offload_codec_builder()3197 p_a2dp_offload->scms_t_enable[1] = scmst_info.cp_header; in bta_av_offload_codec_builder()3201 __func__, scmst_info.enable_status, scmst_info.cp_header); in bta_av_offload_codec_builder()