Searched refs:bta_av_co_cp_scmst (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/co/ |
D | bta_av_co.cc | 692 const uint8_t bta_av_co_cp_scmst[AVDT_CP_INFO_LEN] = {0x02, 0x02, 0x00}; variable 1013 memcpy(p_protect_info, bta_av_co_cp_scmst, AVDT_CP_INFO_LEN); in ProcessSourceGetConfig() 1027 p_peer->codec_config, *p_num_protect, bta_av_co_cp_scmst); in ProcessSourceGetConfig() 1132 memcpy(p_protect_info, bta_av_co_cp_scmst, AVDT_CP_INFO_LEN); in ProcessSinkGetConfig() 1146 p_peer->codec_config, *p_num_protect, bta_av_co_cp_scmst); in ProcessSinkGetConfig() 1559 p_peer->codec_config, num_protect, bta_av_co_cp_scmst); in SetCodecUserConfig() 1633 p_peer->codec_config, num_protect, bta_av_co_cp_scmst); in SetCodecAudioConfig()
|