Home
last modified time | relevance | path

Searched refs:A2DP_NS_CH_MODE (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/include/
Da2dp_error_codes.h59 #define A2DP_NS_CH_MODE 0xC6 macro
/system/bt/stack/a2dp/
Da2dp_vendor_aptx.cc226 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityAptx()
Da2dp_vendor_aptx_hd.cc244 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityAptxHd()
Da2dp_aac.cc299 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityAac()
Da2dp_vendor_ldac.cc297 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityLdac()
Da2dp_sbc.cc377 if ((cfg_cie.ch_mode & p_cap->ch_mode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilitySbc()