summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSal Savage <salsavage@google.com>2022-04-07 11:20:10 -0700
committerSal Savage <salsavage@google.com>2022-04-07 16:41:26 -0700
commit724e2b04bd9bb8e95ea2a5e25b6c18457543cb5d (patch)
treebd7765453117a517132f4e2c057ea1abc0456219
parent6a0644f80958ac8f7fa98cbdea087200cc69d04c (diff)
downloadlibsysprop-724e2b04bd9bb8e95ea2a5e25b6c18457543cb5d.tar.gz
Update LE Audio profile names to be in line with spec and implementation
Bug: 217448211 Test: atest BluetoothInstrumentationTests Change-Id: I9c90b56527e9cf4d6ac1669d389823d17214c32e
-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 bee86c1..bde0623 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -193,14 +193,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.
@@ -383,22 +383,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 f44caab..9b5fb5a 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -77,8 +77,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"
@@ -89,6 +89,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"
}
@@ -153,12 +157,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"