Home
last modified time | relevance | path

Searched refs:scmst_info (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc2291 btav_a2dp_scmst_info_t scmst_info{}; in bta_av_co_get_scmst_info() local
2292 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()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3302 btav_a2dp_scmst_info_t scmst_info = in bta_av_offload_codec_builder() local
3304 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()