From a00c4fbe826fcd566367f906584776c371501cfd Mon Sep 17 00:00:00 2001 From: "mila@ringwald.ch" Date: Fri, 15 Aug 2014 14:39:46 +0000 Subject: [PATCH] removed hci_write_authentication_enable from code --- example/libusb/classic_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/example/libusb/classic_test.c b/example/libusb/classic_test.c index 2e61c2cdf..60b6f04a4 100644 --- a/example/libusb/classic_test.c +++ b/example/libusb/classic_test.c @@ -552,7 +552,6 @@ int stdin_process(struct data_source *ds){ case 'z': printf("Start dedicated bonding to %s using legacy pairing\n", bd_addr_to_str(remote)); - hci_send_cmd(&hci_write_authentication_enable, 1); gap_dedicated_bonding(remote, gap_mitm_protection); break;