Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc_constants.h59 #define A2DP_SBC_IE_ALLOC_MD_S 0x02 /* b1: SNR */ macro
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc77 (A2DP_SBC_IE_ALLOC_MD_L | A2DP_SBC_IE_ALLOC_MD_S), /* alloc_method */
578 case A2DP_SBC_IE_ALLOC_MD_S: in A2DP_GetAllocationMethodCodeSbc()
767 AppendField(&field, (sbc_cie.alloc_method & A2DP_SBC_IE_ALLOC_MD_S), "SNR"); in A2DP_CodecInfoStringSbc()
1393 } else if (alloc_method & A2DP_SBC_IE_ALLOC_MD_S) { in setCodecConfig()
1394 result_config_cie.alloc_method = A2DP_SBC_IE_ALLOC_MD_S; in setCodecConfig()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dcodec_status_hidl.cc290 case A2DP_SBC_IE_ALLOC_MD_S: in A2dpSbcToHalConfig()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc292 case A2DP_SBC_IE_ALLOC_MD_S: in A2dpSbcToHalConfig()