Merge "add HAL PNO config parameter" into m-wireless-dev
This commit is contained in:
committed by
Android Partner Code Review
commit
cd405fedea
@@ -489,6 +489,9 @@
|
||||
<!-- Wifi driver supports batched scan -->
|
||||
<bool translatable="false" name="config_wifi_batched_scan_supported">false</bool>
|
||||
|
||||
<!-- Wifi HAL supported PNO -->
|
||||
<bool translatable="false" name="config_wifi_hal_pno_enable">false</bool>
|
||||
|
||||
<!-- Idle Receive current for wifi radio. 0 by default-->
|
||||
<integer translatable="false" name="config_wifi_idle_receive_cur_ma">1</integer>
|
||||
|
||||
|
||||
@@ -373,6 +373,7 @@
|
||||
<java-symbol type="integer" name="config_wifi_supplicant_scan_interval" />
|
||||
<java-symbol type="integer" name="config_wifi_disconnected_scan_interval" />
|
||||
<java-symbol type="integer" name="config_wifi_scan_interval_p2p_connected" />
|
||||
<java-symbol type="bool" name="config_wifi_hal_pno_enable" />
|
||||
<java-symbol type="integer" name="db_connection_pool_size" />
|
||||
<java-symbol type="integer" name="db_journal_size_limit" />
|
||||
<java-symbol type="integer" name="db_wal_autocheckpoint" />
|
||||
|
||||
Reference in New Issue
Block a user