diff options
Diffstat (limited to 'src/main_w.conf')
-rw-r--r-- | src/main_w.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main_w.conf b/src/main_w.conf index 459d6160..27093553 100644 --- a/src/main_w.conf +++ b/src/main_w.conf @@ -56,6 +56,13 @@ Class = 0x000704 # Wearable, Wrist Watch # Possible values: "dual", "bredr", "le" #ControllerMode = dual +# Permanently enables the Fast Connectable setting for adapters that +# support it. When enabled other devices can connect faster to us, +# however the tradeoff is increased power consumptions. This feature +# will fully work only on kernel version 4.1 and newer. Defaults to +# 'false'. +#FastConnectable = false + #ifdef __TIZEN_PATCH__ # Enable the LE Privacy feature. If value is true, i.e. LE Privacy is enabled # otherwise the feature is disabled by default for the local device. |