Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Da2dp_aac.h110 bool A2DP_IsPeerSourceCodecSupportedAac(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_aac.cc280 bool A2DP_IsPeerSourceCodecSupportedAac(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupportedAac() function
Da2dp_codec_config.cc1155 return A2DP_IsPeerSourceCodecSupportedAac(p_codec_info); in A2DP_IsPeerSourceCodecSupported()