From f4fcbcbedead6eb6d28b610e23fbbf7ee340723a Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 27 Nov 2015 23:32:17 +0100 Subject: [PATCH] fix compile --- test/pts/hfp_hf_test.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/pts/hfp_hf_test.c b/test/pts/hfp_hf_test.c index 017d1d084..67c3b2a32 100644 --- a/test/pts/hfp_hf_test.c +++ b/test/pts/hfp_hf_test.c @@ -114,8 +114,6 @@ static void show_usage(void){ printf("g - query network operator name\n"); printf("G - reject call\n"); - printf("h - enable Calling Line Identification.\n"); - printf("i - dial 1234567\n"); printf("I - redial\n"); @@ -209,10 +207,6 @@ static int stdin_process(struct data_source *ds){ printf("Query operator.\n"); hfp_hf_query_operator_selection(device_addr); break; - case 'h': - printf("Enable Calling Line Identification.\n"); - hfp_hf_enable_calling_line_identification(device_addr); - break; case 't': printf("Terminate HCI connection.\n"); gap_disconnect(handle);