Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc1569 btav_a2dp_scmst_info_t scmst_info{}; in bta_av_co_get_scmst_info() local
1570 scmst_info.enable_status = BTAV_A2DP_SCMST_DISABLED; in bta_av_co_get_scmst_info()
1573 scmst_info.enable_status = BTAV_A2DP_SCMST_ENABLED; in bta_av_co_get_scmst_info()
1574 scmst_info.cp_header = bta_av_co_cb.ContentProtectFlag(); in bta_av_co_get_scmst_info()
1577 return scmst_info; in bta_av_co_get_scmst_info()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3112 btav_a2dp_scmst_info_t scmst_info = p_scb->p_cos->get_scmst_info(p_scb->PeerAddress()); in bta_av_vendor_offload_start_v2() local
3138 UINT8_TO_STREAM(p_param, scmst_info.enable_status); in bta_av_vendor_offload_start_v2()
3140 UINT8_TO_STREAM(p_param, scmst_info.cp_header); in bta_av_vendor_offload_start_v2()
3334 btav_a2dp_scmst_info_t scmst_info = p_scb->p_cos->get_scmst_info(p_scb->PeerAddress()); in bta_av_offload_codec_builder() local
3335 p_a2dp_offload->scms_t_enable[0] = scmst_info.enable_status; in bta_av_offload_codec_builder()
3336 p_a2dp_offload->scms_t_enable[1] = scmst_info.cp_header; in bta_av_offload_codec_builder()
3338 scmst_info.enable_status, scmst_info.cp_header); in bta_av_offload_codec_builder()