Searched refs:MIN_BITPOOL (Results 1 – 2 of 2) sorted by relevance
51 sbc_caps->min_bitpool = MIN_BITPOOL; in cras_a2dp_get_capabilities()123 (sbc_caps->min_bitpool > MIN_BITPOOL ? sbc_caps->min_bitpool : in cras_a2dp_select_configuration()124 MIN_BITPOOL); in cras_a2dp_select_configuration()
53 #define MIN_BITPOOL 2 macro