Merge "Bluetooth: Add config value for max connected audio devices"
am: 5a8339c9a5
Change-Id: I87d763899661fa0f4c1eb32ed0c2fac9a88355a3
This commit is contained in:
@@ -1578,6 +1578,9 @@
|
||||
<!-- Operating volatage for bluetooth controller. 0 by default-->
|
||||
<integer translatable="false" name="config_bluetooth_operating_voltage_mv">0</integer>
|
||||
|
||||
<!-- Max number of connected audio devices supported by Bluetooth stack -->
|
||||
<integer name="config_bluetooth_max_connected_audio_devices">1</integer>
|
||||
|
||||
<!-- Whether supported profiles should be reloaded upon enabling bluetooth -->
|
||||
<bool name="config_bluetooth_reload_supported_profiles_when_enabled">false</bool>
|
||||
|
||||
|
||||
@@ -395,6 +395,7 @@
|
||||
<java-symbol type="integer" name="config_wifi_framework_current_network_boost" />
|
||||
<java-symbol type="integer" name="config_bluetooth_max_advertisers" />
|
||||
<java-symbol type="integer" name="config_bluetooth_max_scan_filters" />
|
||||
<java-symbol type="integer" name="config_bluetooth_max_connected_audio_devices" />
|
||||
<java-symbol type="integer" name="config_burnInProtectionMinHorizontalOffset" />
|
||||
<java-symbol type="integer" name="config_burnInProtectionMaxHorizontalOffset" />
|
||||
<java-symbol type="integer" name="config_burnInProtectionMinVerticalOffset" />
|
||||
|
||||
Reference in New Issue
Block a user