summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:19:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:19:05 +0000
commitc35a581186d4aa79f0409ed118c3d164a7876d3d (patch)
tree47aac1f2e5f6089f69fd62e97e07ac8fdfa806cf
parentbf09f84a7153096f6391737d99e932555c8beabd (diff)
parent80600fd6758989c8035b9c825281d6cfb67eaf2f (diff)
downloadlibsysprop-simpleperf-release.tar.gz
Snap for 11510257 from 80600fd6758989c8035b9c825281d6cfb67eaf2f to simpleperf-releasesimpleperf-release
Change-Id: Idf3e8dc0523eaabaeecf076bcfdfbdee8ae45a00
-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 e30f103..63d760c 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"
}