Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Da2dp_error_codes.h57 A2DP_NS_CH_MODE = 0xC6, enumerator
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_hd.cc246 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityAptxHd()
Da2dp_vendor_aptx.cc227 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityAptx()
Da2dp_vendor_opus.cc349 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityOpus()
Da2dp_vendor_ldac.cc299 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityLdac()
Da2dp_aac.cc324 if ((cfg_cie.channelMode & p_cap->channelMode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilityAac()
Da2dp_sbc.cc382 if ((cfg_cie.ch_mode & p_cap->ch_mode) == 0) return A2DP_NS_CH_MODE; in A2DP_CodecInfoMatchesCapabilitySbc()