Home
last modified time | relevance | path

Searched refs:SBC_BLOCK_LENGTH_12 (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_a2dp_endpoint.c50 SBC_BLOCK_LENGTH_12 | SBC_BLOCK_LENGTH_16; in cras_a2dp_get_capabilities()
111 } else if (sbc_caps->block_length & SBC_BLOCK_LENGTH_12) { in cras_a2dp_select_configuration()
112 sbc_config->block_length = SBC_BLOCK_LENGTH_12; in cras_a2dp_select_configuration()
Dcras_a2dp_info.c59 case SBC_BLOCK_LENGTH_12: in init_a2dp()
/external/adhd/cras/src/common/
Da2dp-codecs.h43 #define SBC_BLOCK_LENGTH_12 (1 << 1) macro