Home
last modified time | relevance | path

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

/system/bt/stack/include/
Da2dp_vendor_aptx.h55 bool A2DP_IsVendorSourceCodecValidAptx(const uint8_t* p_codec_info);
/system/bt/stack/a2dp/
Da2dp_vendor_aptx.cc177 bool A2DP_IsVendorSourceCodecValidAptx(const uint8_t* p_codec_info) { in A2DP_IsVendorSourceCodecValidAptx() function
398 if (!A2DP_IsVendorSourceCodecValidAptx(p_codec_info)) return NULL; in A2DP_VendorGetEncoderInterfaceAptx()
Da2dp_vendor.cc38 return A2DP_IsVendorSourceCodecValidAptx(p_codec_info); in A2DP_IsVendorSourceCodecValid()