Home
last modified time | relevance | path

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

/system/bt/stack/include/
Da2dp_vendor.h69 bool A2DP_IsVendorSinkCodecSupported(const uint8_t* p_codec_info);
/system/bt/stack/a2dp/
Da2dp_vendor.cc104 bool A2DP_IsVendorSinkCodecSupported(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsVendorSinkCodecSupported() function
Da2dp_codec_config.cc1084 return A2DP_IsVendorSinkCodecSupported(p_codec_info); in A2DP_IsSinkCodecSupported()