diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 25cc9616089bf..eaf56ac544f25 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -7936,6 +7936,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. @@ -8112,6 +8115,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 0201111e4a22b..a8be8d34e19a8 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1290,6 +1290,9 @@ false + + false + 600 diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 23458851acc10..6f2822bd2d98d 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -364,6 +364,7 @@ +