Home
last modified time | relevance | path

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

/system/bt/stack/include/
Da2dp_sbc_constants.h59 #define A2DP_SBC_IE_ALLOC_MD_S 0x02 /* b1: SNR */ macro
/system/bt/stack/a2dp/
Da2dp_sbc.cc77 (A2DP_SBC_IE_ALLOC_MD_L | A2DP_SBC_IE_ALLOC_MD_S), /* alloc_method */
583 case A2DP_SBC_IE_ALLOC_MD_S: in A2DP_GetAllocationMethodCodeSbc()
768 AppendField(&field, (sbc_cie.alloc_method & A2DP_SBC_IE_ALLOC_MD_S), "SNR"); in A2DP_CodecInfoStringSbc()
1407 } else if (alloc_method & A2DP_SBC_IE_ALLOC_MD_S) { in setCodecConfig()
1408 result_config_cie.alloc_method = A2DP_SBC_IE_ALLOC_MD_S; in setCodecConfig()
/system/bt/audio_hal_interface/
Da2dp_encoding.cc363 case A2DP_SBC_IE_ALLOC_MD_S: in a2dp_get_selected_hal_codec_config()