Searched refs:SBC_ALLOCATION_SNR (Results 1 – 2 of 2) sorted by relevance
47 SBC_ALLOCATION_SNR | SBC_ALLOCATION_LOUDNESS; in cras_a2dp_get_capabilities()93 } else if (sbc_caps->allocation_method & SBC_ALLOCATION_SNR) { in cras_a2dp_select_configuration()94 sbc_config->allocation_method = SBC_ALLOCATION_SNR; in cras_a2dp_select_configuration()
49 #define SBC_ALLOCATION_SNR (1 << 1) macro