Searched refs:protect_info (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/btif/include/ |
D | bta_av_co_peer.h | 29 : 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/ |
D | avdt_api.h | 353 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/ |
D | bta_av_co.cc | 250 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()
|
D | bta_av_co_peer.cc | 256 return AudioProtectHasScmst(p_sep->num_protect, p_sep->protect_info); in AudioSepHasContentProtection()
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_scb_act.cc | 499 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()
|
D | avdt_msg.cc | 311 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/ |
D | bta_av_aact.cc | 998 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/ |
D | a2dp_codec_config.cc | 1540 p_cfg->protect_info[0] = 0; in A2DP_InitCodecConfig()
|