Add BLE sysprop "aggressive_connection_threshold" am: eaff33a31e

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

Change-Id: Ib35cf2c243ae2e3b35c089a7470f5a89c9b87714
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 543da44..6f71030 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -736,6 +736,13 @@
     access: Readonly
     prop_name: "bluetooth.core.le.max_connection_interval_aggressive"
 }
+prop {
+    api_name: "getLeAggressiveConnectionThreshold"
+    type: UInt
+    scope: Internal
+    access: Readonly
+    prop_name: "bluetooth.core.le.aggressive_connection_threshold"
+}
 
 # Direct connection timeout in ms
 prop {