Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc70 static const tA2DP_SBC_CIE a2dp_sbc_sink_caps = { variable
326 return (A2DP_CodecInfoMatchesCapabilitySbc(&a2dp_sbc_sink_caps, p_codec_info, in A2DP_IsSinkCodecSupportedSbc()
331 return (A2DP_CodecInfoMatchesCapabilitySbc(&a2dp_sbc_sink_caps, p_codec_info, in A2DP_IsPeerSourceCodecSupportedSbc()
835 if (A2DP_BuildInfoSbc(AVDT_MEDIA_TYPE_AUDIO, &a2dp_sbc_sink_caps, in A2DP_InitCodecConfigSbcSink()
1075 (is_source_) ? &a2dp_sbc_source_caps : &a2dp_sbc_sink_caps; in setCodecConfig()
1477 (is_source_) ? &a2dp_sbc_source_caps : &a2dp_sbc_sink_caps; in setPeerCodecCapabilities()