summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorJimmy Chen <jimmycmchen@google.com>2019-10-18 16:31:32 +0800
committerJimmy Chen <jimmycmchen@google.com>2019-10-21 14:07:02 +0800
commit58dd612cfb7e3fad5d88368f1c334561c4d666d3 (patch)
tree8bc97340020badf944df6e6f46e1d7b326d7a8ae /overlay
parent99eef004658477e60ac2fbe20e481c479e8a1ab9 (diff)
downloadbonito-58dd612cfb7e3fad5d88368f1c334561c4d666d3.tar.gz
p2p: add p2p regex for tethering modes
Bug: 137602441 Test: CtsVerifier - Wi-Fi Direct Change-Id: I6d6d29bd1742e4f34d09a208fefdddc9913e38a2
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index acccbff6..da348232 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -120,6 +120,13 @@
</string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable
+ Wifi P2P interfaces. If the device doesn't want to support tethering over Wifi P2p this
+ should be empty. An example would be "p2p-p2p.*" -->
+ <string-array translatable="false" name="config_tether_wifi_p2p_regexs">
+ <item>"p2p-p2p\\d-.*"</item>
+ </string-array>
+
+ <!-- List of regexpressions describing the interface (if any) that represent tetherable
bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
should be empty. -->
<string-array translatable="false" name="config_tether_bluetooth_regexs">