Add power figures for Batched scan

These are placeholders assuming a straight copy of manual scan
performance (.0801 sec/channel scanned, 75.48 mA used while scanning)
and should be replaced by measured data soon.

bug:10690989
Change-Id: Idc20e38dc05fd3cd7d38a0064adc09c3f05aed06
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index 8f80b5d..196d96a 100644
--- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -77,4 +77,12 @@
     </array>
     <!-- This is the battery capacity in mAh -->
     <item name="battery.capacity">2300</item>
+
+    <array name="wifi.batchedscan"> <!-- mA.  Current figures based on .0801 s/c and 75.48mA while scanning -->
+        <value>.0076</value> <!-- 1-8/hr -->
+        <value>.0613</value>  <!-- 9-64/hr -->
+        <value>.4845</value>   <!-- 65-512/hr -->
+        <value>3.870</value>    <!-- 513-4096/hr -->
+        <value>30.96</value>   <!-- 4097-?/hr -->
+    </array>
 </device>