Home
last modified time | relevance | path

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

/btstack/example/
H A Da2dp_source_demo.c164 int max_bitpool_value; member
519 … - bitpool_value [%d, %d] \n", configuration->min_bitpool_value, configuration->max_bitpool_value); in dump_sbc_configuration()
632 …sbc_configuration.max_bitpool_value = a2dp_subevent_signaling_media_codec_sbc_configuration_get_ma… in a2dp_source_packet_handler()
670 sbc_configuration.max_bitpool_value, in a2dp_source_packet_handler()
H A Da2dp_sink_demo.c191 uint8_t max_bitpool_value; member
660 … - bitpool_value [%d, %d] \n", configuration->min_bitpool_value, configuration->max_bitpool_value); in dump_sbc_configuration()
1037 …a2dp_conn->sbc_configuration.max_bitpool_value = a2dp_subevent_signaling_media_codec_sbc_configura… in a2dp_sink_packet_handler()
/btstack/src/classic/
H A Davdtp_util.c1593 …min_bitpool_value > 250) || (configuration->min_bitpool_value > configuration->max_bitpool_value)){ in avdtp_config_sbc_store()
1596 if ((configuration->max_bitpool_value < 2) || (configuration->max_bitpool_value > 250)){ in avdtp_config_sbc_store()
1602 config[3] = configuration->max_bitpool_value; in avdtp_config_sbc_store()
H A Davdtp.h330 uint8_t max_bitpool_value; member
H A Da2dp.c616 …configuration.max_bitpool_value = avdtp_choose_sbc_max_bitpool_value(stream_endpoint, avdtp_subev… in a2dp_config_process_avdtp_event_handler()