Merge "Add a flag that indicates whether in-band ringing is avalable" am: 41f5b61f5d
am: 592d78238d
Change-Id: I47b79c0113f3452df40325df4d96952aa1c7d835
This commit is contained in:
@@ -1418,6 +1418,9 @@
|
|||||||
<!-- Boolean indicating if current platform supports BLE peripheral mode -->
|
<!-- Boolean indicating if current platform supports BLE peripheral mode -->
|
||||||
<bool name="config_bluetooth_le_peripheral_mode_supported">false</bool>
|
<bool name="config_bluetooth_le_peripheral_mode_supported">false</bool>
|
||||||
|
|
||||||
|
<!-- Boolean indicating if current platform supports HFP inband ringing -->
|
||||||
|
<bool name="config_bluetooth_hfp_inband_ringing_support">false</bool>
|
||||||
|
|
||||||
<!-- Max number of scan filters supported by blutooth controller. 0 if the
|
<!-- Max number of scan filters supported by blutooth controller. 0 if the
|
||||||
device does not support hardware scan filters-->
|
device does not support hardware scan filters-->
|
||||||
<integer translatable="false" name="config_bluetooth_max_scan_filters">0</integer>
|
<integer translatable="false" name="config_bluetooth_max_scan_filters">0</integer>
|
||||||
|
|||||||
@@ -240,6 +240,7 @@
|
|||||||
<java-symbol type="bool" name="config_bluetooth_address_validation" />
|
<java-symbol type="bool" name="config_bluetooth_address_validation" />
|
||||||
<java-symbol type="bool" name="config_bluetooth_sco_off_call" />
|
<java-symbol type="bool" name="config_bluetooth_sco_off_call" />
|
||||||
<java-symbol type="bool" name="config_bluetooth_le_peripheral_mode_supported" />
|
<java-symbol type="bool" name="config_bluetooth_le_peripheral_mode_supported" />
|
||||||
|
<java-symbol type="bool" name="config_bluetooth_hfp_inband_ringing_support" />
|
||||||
<java-symbol type="bool" name="config_cellBroadcastAppLinks" />
|
<java-symbol type="bool" name="config_cellBroadcastAppLinks" />
|
||||||
<java-symbol type="bool" name="config_duplicate_port_omadm_wappush" />
|
<java-symbol type="bool" name="config_duplicate_port_omadm_wappush" />
|
||||||
<java-symbol type="bool" name="config_enableAutoPowerModes" />
|
<java-symbol type="bool" name="config_enableAutoPowerModes" />
|
||||||
|
|||||||
Reference in New Issue
Block a user