Home
last modified time | relevance | path

Searched refs:protect_info (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co_peer.h29 : sep_info_idx(0), seid(0), codec_caps{}, num_protect(0), protect_info{} { in BtaAvCoSep()
41 memset(protect_info, 0, sizeof(protect_info)); in Reset()
48 uint8_t protect_info[AVDT_CP_INFO_LEN]; // Peer SEP content protection info variable
/packages/modules/Bluetooth/system/stack/include/
Davdt_api.h353 protect_info{},
365 memset(protect_info, 0, sizeof(protect_info)); in Reset()
376 uint8_t protect_info[AVDT_PROTECT_SIZE]; /* Content protection capabilities */ variable
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc250 memcpy(p_sink->protect_info, p_protect_info, AVDT_CP_INFO_LEN); in ProcessSourceGetConfig()
389 memcpy(p_source->protect_info, p_protect_info, AVDT_CP_INFO_LEN); in ProcessSinkGetConfig()
976 p_sink->protect_info, AVDT_TSEP_SRC); in SetCodecAudioConfig()
1168 p_sink->num_protect, p_sink->protect_info, AVDT_TSEP_SRC); in SelectProviderCodecConfiguration()
1276 p_sink->protect_info, AVDT_TSEP_SRC); in AttemptSourceCodecSelection()
1303 p_source->protect_info, AVDT_TSEP_SNK); in AttemptSinkCodecSelection()
Dbta_av_co_peer.cc256 return AudioProtectHasScmst(p_sep->num_protect, p_sep->protect_info); in AudioSepHasContentProtection()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_scb_act.cc499 memcpy(p_scb->curr_cfg.protect_info, p_scb->req_cfg.protect_info, in avdt_scb_hdl_reconfig_rsp()
1232 memcpy(p_scb->curr_cfg.protect_info, p_scb->req_cfg.protect_info, in avdt_scb_snd_reconfig_rsp()
Davdt_msg.cc311 len = p_cfg->protect_info[0] + 1; in avdt_msg_bld_cfg()
314 memcpy(*p, p_cfg->protect_info, len); in avdt_msg_bld_cfg()
618 p_cfg->protect_info[protect_offset] = elem_len; in avdt_msg_prs_cfg()
620 memcpy(&p_cfg->protect_info[protect_offset], p, elem_len); in avdt_msg_prs_cfg()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc998 p_evt_cfg->num_protect, p_evt_cfg->protect_info, in bta_av_config_ind()
1003 p_evt_cfg->num_protect, p_evt_cfg->protect_info, in bta_av_config_ind()
1594 cfg.protect_info) != A2DP_SUCCESS) { in bta_av_save_caps()
1732 memcpy(cfg.protect_info, p_scb->peer_cap.protect_info, AVDT_PROTECT_SIZE); in bta_av_getcap_results()
1745 cfg.protect_info) == A2DP_SUCCESS)) { in bta_av_getcap_results()
2081 memcpy(p_cfg->protect_info, p_rcfg->p_protect_info, p_rcfg->num_protect); in bta_av_reconfig()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc1540 p_cfg->protect_info[0] = 0; in A2DP_InitCodecConfig()