Searched refs:SBC_BLOCK_LENGTH_8 (Results 1 – 3 of 3) sorted by relevance
49 sbc_caps->block_length = SBC_BLOCK_LENGTH_4 | SBC_BLOCK_LENGTH_8 | in cras_a2dp_get_capabilities()113 } else if (sbc_caps->block_length & SBC_BLOCK_LENGTH_8) { in cras_a2dp_select_configuration()114 sbc_config->block_length = SBC_BLOCK_LENGTH_8; in cras_a2dp_select_configuration()
56 case SBC_BLOCK_LENGTH_8: in init_a2dp()
42 #define SBC_BLOCK_LENGTH_8 (1 << 2) macro