Searched refs:bta_av_co_cp_scmst (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/co/ |
D | bta_av_co.cc | 698 const uint8_t bta_av_co_cp_scmst[AVDT_CP_INFO_LEN] = {0x02, 0x02, 0x00}; variable 1019 memcpy(p_protect_info, bta_av_co_cp_scmst, AVDT_CP_INFO_LEN); in ProcessSourceGetConfig() 1033 p_peer->codec_config, *p_num_protect, bta_av_co_cp_scmst); in ProcessSourceGetConfig() 1138 memcpy(p_protect_info, bta_av_co_cp_scmst, AVDT_CP_INFO_LEN); in ProcessSinkGetConfig() 1152 p_peer->codec_config, *p_num_protect, bta_av_co_cp_scmst); in ProcessSinkGetConfig() 1565 p_peer->codec_config, num_protect, bta_av_co_cp_scmst); in SetCodecUserConfig() 1639 p_peer->codec_config, num_protect, bta_av_co_cp_scmst); in SetCodecAudioConfig()
|