summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSal Savage <salsavage@google.com>2022-04-22 22:06:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-04-22 22:06:45 +0000
commitaac800dc0096c5016bb379c52084fa5afb107d2c (patch)
tree423c38f3d787ec6d22b1f2356d108e324d4c2bba
parent8591c67dab96e37ca35379e50dd22ac59a2f9636 (diff)
parent724e2b04bd9bb8e95ea2a5e25b6c18457543cb5d (diff)
downloadlibsysprop-aac800dc0096c5016bb379c52084fa5afb107d2c.tar.gz
Merge "Update LE Audio profile names to be in line with spec and implementation" into tm-devt_frc_odp_330442040t_frc_odp_330442000t_frc_ase_330444010android13-frc-odp-releaseandroid13-dev
-rw-r--r--srcs/android/sysprop/BluetoothProperties.sysprop18
-rw-r--r--srcs/api/PlatformProperties-current.txt16
2 files changed, 17 insertions, 17 deletions
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop
index b82dfb8..8bc8bb8 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -203,14 +203,14 @@ prop {
prop_name: "bluetooth.profile.bap.broadcast.source.enabled"
}
-# Whether the Basic Audio Profile (BAP) unicast server role is enabled on this device.
+# Whether the Basic Audio Profile (BAP) unicast client role is enabled on this device.
# Set by vendors overlay, read at Bluetooth initialization
prop {
- api_name: "isProfileBapUnicastServerEnabled"
+ api_name: "isProfileBapUnicastClientEnabled"
type: Boolean
scope: Public
access: Readonly
- prop_name: "bluetooth.profile.bap.unicast.server.enabled"
+ prop_name: "bluetooth.profile.bap.unicast.client.enabled"
}
# Whether the Battery Service profile (BAS) client role is enabled on this device.
@@ -393,22 +393,22 @@ prop {
prop_name: "bluetooth.profile.sap.server.enabled"
}
-# Whether the Telephone Bearer Service (TBS) server role is enabled on this device.
+# Whether the Call Control Profile (CCP) server role is enabled on this device.
# Set by vendors overlay, read at Bluetooth initialization
prop {
- api_name: "isProfileTbsServerEnabled"
+ api_name: "isProfileCcpServerEnabled"
type: Boolean
scope: Public
access: Readonly
- prop_name: "bluetooth.profile.tbs.server.enabled"
+ prop_name: "bluetooth.profile.ccp.server.enabled"
}
-# Whether the Volume Control Profile (VCP) server role is enabled on this device.
+# Whether the Volume Control Profile (VCP) controller role is enabled on this device.
# Set by vendors overlay, read at Bluetooth initialization
prop {
- api_name: "isProfileVcServerEnabled"
+ api_name: "isProfileVcpControllerEnabled"
type: Boolean
scope: Public
access: Readonly
- prop_name: "bluetooth.profile.vc.server.enabled"
+ prop_name: "bluetooth.profile.vcp.controller.enabled"
}
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index ebcd387..0bb7d72 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -81,8 +81,8 @@ props {
prop_name: "bluetooth.profile.bap.broadcast.source.enabled"
}
prop {
- api_name: "isProfileBapUnicastServerEnabled"
- prop_name: "bluetooth.profile.bap.unicast.server.enabled"
+ api_name: "isProfileBapUnicastClientEnabled"
+ prop_name: "bluetooth.profile.bap.unicast.client.enabled"
}
prop {
api_name: "isProfileBasClientEnabled"
@@ -93,6 +93,10 @@ props {
prop_name: "bluetooth.profile.bass.client.enabled"
}
prop {
+ api_name: "isProfileCcpServerEnabled"
+ prop_name: "bluetooth.profile.ccp.server.enabled"
+ }
+ prop {
api_name: "isProfileCsipSetCoordinatorEnabled"
prop_name: "bluetooth.profile.csip.set_coordinator.enabled"
}
@@ -157,12 +161,8 @@ props {
prop_name: "bluetooth.profile.sap.server.enabled"
}
prop {
- api_name: "isProfileTbsServerEnabled"
- prop_name: "bluetooth.profile.tbs.server.enabled"
- }
- prop {
- api_name: "isProfileVcServerEnabled"
- prop_name: "bluetooth.profile.vc.server.enabled"
+ api_name: "isProfileVcpControllerEnabled"
+ prop_name: "bluetooth.profile.vcp.controller.enabled"
}
prop {
api_name: "isSupportPersistedStateEnabled"