summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Hallstrom <hallstrom@google.com>2024-02-09 19:18:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-09 19:18:22 +0000
commit37a012338861ea8aff4a6cfe998f1ed2cb4ce6e6 (patch)
treedb876890da3ba2baa031f6ed4d0ee1cd79b966d2
parentfb7ecce43e7a7e6bdf5dbbad1f2e1c142a5f9bdf (diff)
parent80600fd6758989c8035b9c825281d6cfb67eaf2f (diff)
downloadlibsysprop-37a012338861ea8aff4a6cfe998f1ed2cb4ce6e6.tar.gz
Add sysprop for maximum number of LE concurrent connections allowed am: 80600fd675temp_319669529
Original change: https://android-review.googlesource.com/c/platform/system/libsysprop/+/2955335 Change-Id: Ia1c551a7db6d29e23cbaf19fb31d2eaf18ccfd6a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--srcs/android/sysprop/BluetoothProperties.sysprop9
-rw-r--r--srcs/api/PlatformProperties-current.txt5
2 files changed, 14 insertions, 0 deletions
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop
index 958b1ff..d368107 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -757,6 +757,15 @@ prop {
prop_name: "bluetooth.core.le.vendor_capabilities.enabled"
}
+# Maximum number of number of allowed concurrent LE Connections
+prop {
+ api_name: "getLeMaxNumberOfConcurrentConnections"
+ type: UInt
+ scope: Public
+ access: Readonly
+ prop_name: "bluetooth.core.le.max_number_of_concurrent_connections"
+}
+
# list of supported HID transport protocols for IMU data over LE Audio by order of preferrence
# Comma separated list of:
# - "le-acl": LE ACL transport, the IMU data is reported via the sensor stack
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index 3ec7791..bb58028 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -65,6 +65,11 @@ props {
prop_name: "bluetooth.hardware.power.tx_cur_ma"
}
prop {
+ api_name: "getLeMaxNumberOfConcurrentConnections"
+ type: UInt
+ prop_name: "bluetooth.core.le.max_number_of_concurrent_connections"
+ }
+ prop {
api_name: "isAdapterAddressValidationEnabled"
prop_name: "bluetooth.framework.adapter_address_validation"
}