From 6381c74dc2de8b4887ce3a1b41b935f91c2287fc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 Aug 2008 22:18:20 +0200 Subject: Remove the default PIN code option --- src/hcid.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/hcid.h') diff --git a/src/hcid.h b/src/hcid.h index d0335ccf..f87341c5 100644 --- a/src/hcid.h +++ b/src/hcid.h @@ -99,10 +99,7 @@ struct hcid_opts { int security; int pairing; int offmode; - char deviceid[15]; - - uint8_t pin_code[16]; - int pin_len; + char deviceid[15]; int sock; }; -- cgit