mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
test/pts: fix avdtp_sink_delay_report params
This commit is contained in:
parent
e01c8a9937
commit
ce85d41c47
@ -759,7 +759,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
|
|||||||
sbc_configuration.max_bitpool_value = avdtp_subevent_signaling_media_codec_sbc_configuration_get_max_bitpool_value(packet);
|
sbc_configuration.max_bitpool_value = avdtp_subevent_signaling_media_codec_sbc_configuration_get_max_bitpool_value(packet);
|
||||||
dump_sbc_configuration(sbc_configuration);
|
dump_sbc_configuration(sbc_configuration);
|
||||||
|
|
||||||
avdtp_sink_delay_report(avdtp_cid, remote_seid, 100);
|
avdtp_sink_delay_report(avdtp_cid, local_seid, 100);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef HAVE_AAC_FDK
|
#ifdef HAVE_AAC_FDK
|
||||||
@ -1067,7 +1067,7 @@ static void stdin_process(char cmd){
|
|||||||
break;
|
break;
|
||||||
case 'D':
|
case 'D':
|
||||||
printf("Send delay report between local %d and remote %d seid\n", local_seid, remote_seid);
|
printf("Send delay report between local %d and remote %d seid\n", local_seid, remote_seid);
|
||||||
status = avdtp_sink_delay_report(avdtp_cid, remote_seid, 100);
|
status = avdtp_sink_delay_report(avdtp_cid, local_seid, 100);
|
||||||
break;
|
break;
|
||||||
case '\n':
|
case '\n':
|
||||||
case '\r':
|
case '\r':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user