diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index d7afc527f314e..13d6ee9a03d9f 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -8210,6 +8210,9 @@ public final class Settings { /** {@hide} */ public static final String BLUETOOTH_SAP_PRIORITY_PREFIX = "bluetooth_sap_priority_"; + /** {@hide} */ + public static final String + BLUETOOTH_PAN_PRIORITY_PREFIX = "bluetooth_pan_priority_"; /** * Device Idle (Doze) specific settings. @@ -8386,6 +8389,14 @@ public final class Settings { return BLUETOOTH_INPUT_DEVICE_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); } + /** + * Get the key that retrieves a bluetooth pan client priority. + * @hide + */ + public static final String getBluetoothPanPriorityKey(String address) { + return BLUETOOTH_PAN_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); + } + /** * Get the key that retrieves a bluetooth map priority. * @hide diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 6436b5652b5d9..1efda1d8f3627 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1407,6 +1407,9 @@ false + + false + 600 diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 6605c17d8bffa..294824c7596b4 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -364,6 +364,7 @@ +