mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-26 00:40:38 +00:00
a2dp-forwarding: add 'w' - pause stream
This commit is contained in:
parent
947a57e3c6
commit
d386d69768
@ -596,6 +596,10 @@ static void stdin_process(char cmd){
|
||||
printf("Deleting all link keys\n");
|
||||
gap_delete_all_link_keys();
|
||||
break;
|
||||
case 'w':
|
||||
printf("Pause stream.\n");
|
||||
status = a2dp_source_pause_stream(mitm_context.a2dp_source_cid, mitm_context.a2dp_source_local_seid);
|
||||
break;
|
||||
default:
|
||||
show_usage();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user