mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
test/avrcp: fix 'c' command
This commit is contained in:
parent
af4998cebe
commit
e2b367a767
@ -235,7 +235,7 @@ static void show_usage(void){
|
||||
|
||||
static void stdin_process(char cmd){
|
||||
switch (cmd){
|
||||
case 'b':
|
||||
case 'c':
|
||||
printf(" - Create AVRCP connection to addr %s.\n", bd_addr_to_str(device_addr));
|
||||
avrcp_connect(device_addr, &avrcp_cid);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user