fix compile

This commit is contained in:
Matthias Ringwald 2015-11-27 23:32:17 +01:00
parent 656d48c76f
commit f4fcbcbede

View File

@ -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);