Searched refs:SBC_BLOCK_LENGTH_4 (Results 1 – 3 of 3) sorted by relevance
51 sbc_caps->block_length = SBC_BLOCK_LENGTH_4 | in cras_a2dp_get_capabilities()119 } else if (sbc_caps->block_length & SBC_BLOCK_LENGTH_4) { in cras_a2dp_select_configuration()120 sbc_config->block_length = SBC_BLOCK_LENGTH_4; in cras_a2dp_select_configuration()
53 case SBC_BLOCK_LENGTH_4: in init_a2dp()
41 #define SBC_BLOCK_LENGTH_4 (1 << 3) macro