Searched refs:btstack_sbc_allocation_method_t (Results 1 – 5 of 5) sorted by relevance
/btstack/src/classic/ |
H A D | btstack_sbc.h | 68 } 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 D | btstack_sbc_encoder_bluedroid.c | 76 … int blocks, int subbands, btstack_sbc_allocation_method_t allocation_method, in btstack_sbc_encoder_init()
|
H A D | btstack_sbc_bluedroid.c | 54 … uint8_t blocks, uint8_t subbands, btstack_sbc_allocation_method_t allocation_method, in btstack_sbc_encoder_bluedroid_configure()
|
/btstack/example/ |
H A D | a2dp_source_demo.c | 166 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 D | a2dp_sink_demo.c | 193 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()
|