Home
last modified time | relevance | path

Searched refs:btstack_sbc_allocation_method_t (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Dbtstack_sbc.h68 } btstack_sbc_allocation_method_t; typedef
104 … uint8_t blocks, uint8_t subbands, btstack_sbc_allocation_method_t allocation_method,
214 … int blocks, int subbands, btstack_sbc_allocation_method_t allocation_method,
H A Dbtstack_sbc_encoder_bluedroid.c76 … int blocks, int subbands, btstack_sbc_allocation_method_t allocation_method, in btstack_sbc_encoder_init()
H A Dbtstack_sbc_bluedroid.c54 … uint8_t blocks, uint8_t subbands, btstack_sbc_allocation_method_t allocation_method, in btstack_sbc_encoder_bluedroid_configure()
/btstack/example/
H A Da2dp_source_demo.c166 btstack_sbc_allocation_method_t allocation_method;
643 … sbc_configuration.allocation_method = (btstack_sbc_allocation_method_t)(allocation_method - 1); in a2dp_source_packet_handler()
H A Da2dp_sink_demo.c193 btstack_sbc_allocation_method_t allocation_method;
1042 …a2dp_conn->sbc_configuration.allocation_method = (btstack_sbc_allocation_method_t)(allocation_meth… in a2dp_sink_packet_handler()