Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/include/
H A Da2dp_aac.h110 bool A2DP_IsSinkCodecSupportedAac(const uint8_t* p_codec_info);
/aosp12/system/bt/stack/a2dp/
H A Da2dp_aac.cc273 bool A2DP_IsSinkCodecSupportedAac(const uint8_t* p_codec_info) { in A2DP_IsSinkCodecSupportedAac() function
H A Da2dp_codec_config.cc1118 return A2DP_IsSinkCodecSupportedAac(p_codec_info); in A2DP_IsSinkCodecSupported()