summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-04-21 21:33:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-21 21:33:29 +0000
commit00129e9bc0561963432626bed82766fb7f36a738 (patch)
tree5a7fe258edf30370030f6131df8c3c69c59af921
parentfbe212e3407151573f0a71ac8ea633a9abe4f477 (diff)
parentc74fc6277a773530696f79d2b6e63d36a737a027 (diff)
downloadedison-00129e9bc0561963432626bed82766fb7f36a738.tar.gz
edison: Update weaved.conf to use the new local_access_enabled setting am: f3c960ab15
am: c74fc6277a * commit 'c74fc6277a773530696f79d2b6e63d36a737a027': edison: Update weaved.conf to use the new local_access_enabled setting Change-Id: Idc5b387ff964a27a9e8e19d3171c722a41f8ce2e
-rw-r--r--base_product/weaved.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/base_product/weaved.conf b/base_product/weaved.conf
index fd8f73d..f386c41 100644
--- a/base_product/weaved.conf
+++ b/base_product/weaved.conf
@@ -47,11 +47,8 @@ model_id=ABPHb
# Maximum role for local anonymous user.
# local_anonymous_access_role=viewer
-# If true, allows local pairing using Privet API.
-# local_pairing_enabled=true
-
-# If true, allows local discovery using mDns.
-# local_discovery_enabled=true
+# If true, allows local discovery and local Privet API.
+# local_access_enabled=true
# GCD service polling interval in milliseconds.
# polling_period_ms=7000