sdm660-common: TetheringOverlay: revise p2p tether interface regex pattern
cheryl does not use separate interface for a group, it will share main p2p0 interface. Bug: 141382930 Test: run P2P with cheryl as GO Change-Id: I061ed0ac66f8ae75c84d7683f66d4baffd3a3112
This commit is contained in:
parent
26da0c2fb1
commit
b049da5759
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
Wifi P2P interfaces. If the device doesn't want to support tethering over Wifi P2p this
|
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.*" -->
|
should be empty. An example would be "p2p-p2p.*" -->
|
||||||
<string-array translatable="false" name="config_tether_wifi_p2p_regexs">
|
<string-array translatable="false" name="config_tether_wifi_p2p_regexs">
|
||||||
<item>"p2p-p2p\\d-.*"</item>
|
<item>"p2p\\d"</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
||||||
|
|
Loading…
Reference in a new issue