mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
test/hfp: fix compile
This commit is contained in:
parent
2c02ce7591
commit
c3bb96d0dc
@ -276,10 +276,10 @@ static void user_command(char cmd){
|
||||
printf("Join held call\n");
|
||||
hfp_ag_join_held_call();
|
||||
break;
|
||||
case 'v':
|
||||
printf("Starting inquiry scan..\n");
|
||||
gap_inquiry_start(INQUIRY_INTERVAL);
|
||||
break;
|
||||
// case 'v':
|
||||
// printf("Starting inquiry scan..\n");
|
||||
// gap_inquiry_start(15);
|
||||
// break;
|
||||
case 'w':
|
||||
printf("AG: Put incoming call on hold (Response and Hold)\n");
|
||||
hfp_ag_hold_incoming_call();
|
||||
@ -293,6 +293,7 @@ static void user_command(char cmd){
|
||||
hfp_ag_reject_held_incoming_call();
|
||||
break;
|
||||
default:
|
||||
printf("unknow cmd %c\n", cmd);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user