From a32da554cb16e4fe676705edd16eea0bf89a2f0b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 5 Aug 2008 21:11:18 +0200 Subject: Add support for main.conf configuration file --- src/hcid.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/hcid.h') diff --git a/src/hcid.h b/src/hcid.h index 2dd522f7..d0335ccf 100644 --- a/src/hcid.h +++ b/src/hcid.h @@ -101,8 +101,6 @@ struct hcid_opts { int offmode; char deviceid[15]; - char *config_file; - uint8_t pin_code[16]; int pin_len; @@ -141,18 +139,14 @@ void hci_req_queue_remove(int dev_id, bdaddr_t *dba); #define HCID_OFFMODE_DEVDOWN 0 #define HCID_OFFMODE_NOSCAN 1 -int read_config(char *file); - struct device_opts *alloc_device_opts(char *ref); uint8_t get_startup_scan(int hdev); uint8_t get_startup_mode(int hdev); int get_discoverable_timeout(int dev_id); -void init_security_data(void); void start_security_manager(int hdev); void stop_security_manager(int hdev); -void toggle_pairing(int enable); void set_pin_length(bdaddr_t *sba, int length); -- cgit