mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 18:35:17 +00:00
updatet commentar
This commit is contained in:
parent
0da182f51c
commit
2a2b0ff57c
@ -565,7 +565,7 @@ static void stdin_process(btstack_data_source_t *ds, btstack_data_source_callbac
|
||||
avdtp_sink_connect(remote);
|
||||
break;
|
||||
case 'C':
|
||||
printf("Disconnect not implemented\n");
|
||||
printf("Disconnect\n");
|
||||
avdtp_sink_disconnect(avdtp_cid);
|
||||
break;
|
||||
case 'd':
|
||||
|
@ -356,7 +356,7 @@ static void stdin_process(btstack_data_source_t *ds, btstack_data_source_callbac
|
||||
a2dp_source_establish_stream(remote, local_seid);
|
||||
break;
|
||||
case 'C':
|
||||
printf("Disconnect not implemented\n");
|
||||
printf("Disconnect\n");
|
||||
a2dp_source_disconnect(media_tracker.a2dp_cid);
|
||||
break;
|
||||
case 'x':
|
||||
|
Loading…
x
Reference in New Issue
Block a user