mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-28 06:39:49 +00:00
test/pts: fix build
This commit is contained in:
parent
745015f6e3
commit
24a31900df
@ -330,7 +330,8 @@ static void stdin_process(char cmd){
|
||||
case 'M':
|
||||
log_info("USER:\'%c\'", cmd);
|
||||
printf("Outgoing call inited and connected, ringing\n");
|
||||
hfp_ag_outgoing_call_initiated("1234567");
|
||||
hfp_ag_set_clip(129, "1234567");
|
||||
hfp_ag_outgoing_call_initiated();
|
||||
hfp_ag_outgoing_call_established();
|
||||
break;
|
||||
case 'n':
|
||||
|
Loading…
x
Reference in New Issue
Block a user