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:
Jimmy Chen 2019-11-28 11:41:17 +08:00 committed by OdSazib
parent 26da0c2fb1
commit b049da5759
No known key found for this signature in database
GPG key ID: 0954440B60470871

View file

@ -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