diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-23 10:52:57 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-23 10:52:57 +0000 |
commit | 3960b7affa107530a67baf695febf12e15600865 (patch) | |
tree | 99c9f9a46b4b84764697a4d2710347449a004da2 /hcid/hcid.h | |
parent | 2c9cbad68a808567201f01d3f29f49611d59b690 (diff) |
Move scan mode setting into adapter startup
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 0c77c225..aeba6bb6 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -134,6 +134,7 @@ int read_config(char *file); struct device_opts *alloc_device_opts(char *ref); +uint8_t get_startup_mode(int hdev); int get_discoverable_timeout(int dev_id); void init_security_data(void); |