Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a8339c9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Bluetooth: Add config value for max connected audio devices"

parents c16da498 f9beafa7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>

+1 −0
Original line number Diff line number Diff line
@@ -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" />