From ff58ff2df51c81f7c9a20d4ea0f10ddb7192ab4f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 17 Dec 2008 20:55:22 +0100 Subject: Add configuration option for DeviceID and do some cleanup --- src/main.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/main.conf') diff --git a/src/main.conf b/src/main.conf index b3b6a383..a7bb0e40 100644 --- a/src/main.conf +++ b/src/main.conf @@ -9,7 +9,7 @@ Name = %h-%d # Default device class. Only the major and minor device class bits are -# considered +# considered. Class = 0x000100 # How long to stay in discoverable mode before going back to non-discoverable @@ -23,13 +23,17 @@ DiscoverableTimeout = 0 PairableTimeout = 0 # Use some other page timeout than the controller default one -# (16384 = 10 seconds) +# which is 16384 (10 seconds). PageTimeout = 8192 # Discover scheduler interval used in Adapter.DiscoverDevices -# The value is in seconds. Defaults is 0 to use controller scheduler +# The value is in seconds. Defaults is 0 to use controller scheduler. DiscoverSchedulerInterval = 0 # What value should be assumed for the adapter Powered property when # SetProperty(Powered, ...) hasn't been called yet. Defaults to true InitiallyPowered = true + +# Use vendor, product and version information for DID profile support. +# The values are separated by ":" and VID, PID and version. +#DeviceID = 1234:5678:abcd -- cgit