diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-05-28 19:57:27 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-05-28 19:57:27 +0530 |
commit | 4126d3e14c311cbfaaa1425cdec0b9b687cef4ec (patch) | |
tree | a5450aba8106544d97d979114875e53e23009954 /overlay | |
parent | 6af67dbad3ed75a573662f28d3b474bc6d3f3bd4 (diff) |
Move Bluetooth power overlays to sysprops and Remove BT related configs
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 55d850f..afec744 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -376,9 +376,6 @@ and one pSIM) --> <integer name="config_num_physical_slots">2</integer> - <!-- Boolean indicating if current platform supports BLE peripheral mode --> - <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool> - <!-- Is the device capable of hot swapping an ICC Card --> <bool name="config_hotswapCapable">true</bool> @@ -401,9 +398,6 @@ <!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. --> <integer name="config_shutdownBatteryTemperature">600</integer> - <!-- Operating volatage for bluetooth controller. 0 by default--> - <integer name="config_bluetooth_operating_voltage_mv">3300</integer> - <!-- Default list of files pinned by the Pinner Service --> <string-array translatable="false" name="config_defaultPinnerServiceFiles"> <item>"/system/framework/framework.jar"</item> |