mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +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");
|
printf("Join held call\n");
|
||||||
hfp_ag_join_held_call();
|
hfp_ag_join_held_call();
|
||||||
break;
|
break;
|
||||||
case 'v':
|
// case 'v':
|
||||||
printf("Starting inquiry scan..\n");
|
// printf("Starting inquiry scan..\n");
|
||||||
gap_inquiry_start(INQUIRY_INTERVAL);
|
// gap_inquiry_start(15);
|
||||||
break;
|
// break;
|
||||||
case 'w':
|
case 'w':
|
||||||
printf("AG: Put incoming call on hold (Response and Hold)\n");
|
printf("AG: Put incoming call on hold (Response and Hold)\n");
|
||||||
hfp_ag_hold_incoming_call();
|
hfp_ag_hold_incoming_call();
|
||||||
@ -293,6 +293,7 @@ static void user_command(char cmd){
|
|||||||
hfp_ag_reject_held_incoming_call();
|
hfp_ag_reject_held_incoming_call();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
printf("unknow cmd %c\n", cmd);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user