mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 00:39:51 +00:00
fix compile
This commit is contained in:
parent
656d48c76f
commit
f4fcbcbede
@ -114,8 +114,6 @@ static void show_usage(void){
|
|||||||
printf("g - query network operator name\n");
|
printf("g - query network operator name\n");
|
||||||
printf("G - reject call\n");
|
printf("G - reject call\n");
|
||||||
|
|
||||||
printf("h - enable Calling Line Identification.\n");
|
|
||||||
|
|
||||||
printf("i - dial 1234567\n");
|
printf("i - dial 1234567\n");
|
||||||
printf("I - redial\n");
|
printf("I - redial\n");
|
||||||
|
|
||||||
@ -209,10 +207,6 @@ static int stdin_process(struct data_source *ds){
|
|||||||
printf("Query operator.\n");
|
printf("Query operator.\n");
|
||||||
hfp_hf_query_operator_selection(device_addr);
|
hfp_hf_query_operator_selection(device_addr);
|
||||||
break;
|
break;
|
||||||
case 'h':
|
|
||||||
printf("Enable Calling Line Identification.\n");
|
|
||||||
hfp_hf_enable_calling_line_identification(device_addr);
|
|
||||||
break;
|
|
||||||
case 't':
|
case 't':
|
||||||
printf("Terminate HCI connection.\n");
|
printf("Terminate HCI connection.\n");
|
||||||
gap_disconnect(handle);
|
gap_disconnect(handle);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user