sdm660-common: TetheringOverlay: add p2p regex for tethering modes
Bug: 137602441 Test: CtsVerifier - Wi-Fi Direct Change-Id: I215da71e96348b6bba19d4a3c6fd8c8048ff46d6
This commit is contained in:
parent
2a552a7449
commit
26da0c2fb1
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@
|
||||||
<item>"wlan\\d"</item>
|
<item>"wlan\\d"</item>
|
||||||
</string-array>
|
</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
|
<!-- 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
|
bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
|
||||||
should be empty. -->
|
should be empty. -->
|
||||||
|
|
Loading…
Reference in a new issue