Searched refs:bta_av_co_cp_scmst (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/co/ |
D | bta_av_co.cc | 694 const uint8_t bta_av_co_cp_scmst[AVDT_CP_INFO_LEN] = {0x02, 0x02, 0x00}; variable 988 memcpy(p_protect_info, bta_av_co_cp_scmst, AVDT_CP_INFO_LEN); in ProcessSourceGetConfig() 1002 p_peer->codec_config, *p_num_protect, bta_av_co_cp_scmst); in ProcessSourceGetConfig() 1102 memcpy(p_protect_info, bta_av_co_cp_scmst, AVDT_CP_INFO_LEN); in ProcessSinkGetConfig() 1116 p_peer->codec_config, *p_num_protect, bta_av_co_cp_scmst); in ProcessSinkGetConfig() 1531 p_peer->codec_config, num_protect, bta_av_co_cp_scmst); in SetCodecUserConfig() 1599 p_peer->codec_config, num_protect, bta_av_co_cp_scmst); in SetCodecAudioConfig()
|