Searched refs:MAX_BITPOOL (Results 1 – 2 of 2) sorted by relevance
56 sbc_caps->max_bitpool = MAX_BITPOOL; in cras_a2dp_get_capabilities()128 sbc_config->max_bitpool = (sbc_caps->max_bitpool < MAX_BITPOOL in cras_a2dp_select_configuration()129 ? sbc_caps->max_bitpool : MAX_BITPOOL); in cras_a2dp_select_configuration()
52 #define MAX_BITPOOL 64 macro