Searched refs:codec_id (Results 1 – 3 of 3) sorted by relevance
33 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IsVendorSourceCodecValid() local37 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_IsVendorSourceCodecValid()43 codec_id == A2DP_APTX_HD_CODEC_ID_BLUETOOTH) { in A2DP_IsVendorSourceCodecValid()48 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) { in A2DP_IsVendorSourceCodecValid()59 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IsVendorSinkCodecValid() local65 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) { in A2DP_IsVendorSinkCodecValid()74 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IsVendorPeerSourceCodecValid() local80 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) { in A2DP_IsVendorPeerSourceCodecValid()89 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IsVendorPeerSinkCodecValid() local93 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_IsVendorPeerSinkCodecValid()[all …]
178 uint16_t codec_id; in getCodecSpecificConfig() local203 codec_id = A2DP_VendorCodecGetCodecId(codec_config); in getCodecSpecificConfig()208 p_a2dp_offload->codec_info[4] = (codec_id & 0x000000FF); in getCodecSpecificConfig()209 p_a2dp_offload->codec_info[5] = (codec_id & 0x0000FF00) >> 8; in getCodecSpecificConfig()210 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) { in getCodecSpecificConfig()
2197 codec_id : 8,2216 codec_id : 8,2235 codec_id : 8,3531 codec_id : 40,