diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-17 20:55:22 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-17 20:55:22 +0100 |
commit | ff58ff2df51c81f7c9a20d4ea0f10ddb7192ab4f (patch) | |
tree | 7234f6093e27ca1f4d5cd3851b4607871275e93b /src/main.conf | |
parent | b2b736c38f02704d225680fd0541936e36a73e82 (diff) |
Add configuration option for DeviceID and do some cleanup
Diffstat (limited to 'src/main.conf')
-rw-r--r-- | src/main.conf | 10 |
1 files changed, 7 insertions, 3 deletions
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 |