Add LE connection interval sysprops am: 73fd111237

Original change: https://android-review.googlesource.com/c/platform/system/libsysprop/+/3394059

Change-Id: I89b8cf908d8e171f8edc51d047be3ca706ddfa5f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop
index d6b8e4f..543da44 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -707,6 +707,36 @@
     prop_name: "bluetooth.core.le.connection_supervision_timeout"
 }
 
+# LE connection intervals which replace the above (min/max)_connection_interval
+prop {
+    api_name: "getLeMinConnectionIntervalRelaxed"
+    type: UInt
+    scope: Internal
+    access: Readonly
+    prop_name: "bluetooth.core.le.min_connection_interval_relaxed"
+}
+prop {
+    api_name: "getLeMaxConnectionIntervalRelaxed"
+    type: UInt
+    scope: Internal
+    access: Readonly
+    prop_name: "bluetooth.core.le.max_connection_interval_relaxed"
+}
+prop {
+    api_name: "getLeMinConnectionIntervalAggressive"
+    type: UInt
+    scope: Internal
+    access: Readonly
+    prop_name: "bluetooth.core.le.min_connection_interval_aggressive"
+}
+prop {
+    api_name: "getLeMaxConnectionIntervalAggressive"
+    type: UInt
+    scope: Internal
+    access: Readonly
+    prop_name: "bluetooth.core.le.max_connection_interval_aggressive"
+}
+
 # Direct connection timeout in ms
 prop {
     api_name: "getLeDirectConnectionTimeout"