sm8150-common: Enable IWLAN assisted mode

Change-Id: I9bf9a4a2bc36867dd87ae43652bb5ebb84cc9bc3
This commit is contained in:
Luca Stefani 2019-11-03 20:30:24 +01:00 committed by LuK1337
parent 4bdcd97906
commit f4e253f347
1 changed files with 11 additions and 0 deletions

View File

@ -400,6 +400,17 @@
empty string is passed in -->
<string name="config_ims_package">org.codeaurora.ims</string>
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
empty string is passed in -->
<string name="config_wlan_data_service_package">vendor.qti.iwlan</string>
<!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
empty string is passed in -->
<string name="config_wlan_network_service_package">vendor.qti.iwlan</string>
<!-- Telephony qualified networks service package name to bind to by default. -->
<string name="config_qualified_networks_service_package">vendor.qti.iwlan</string>
<!-- True if Unprocessed audio source supports the required frequency range and level -->
<bool name="config_supportAudioSourceUnprocessed">true</bool>