diff options
author | 2023-11-13 16:28:52 -0800 | |
---|---|---|
committer | 2023-11-16 08:49:10 +0000 | |
commit | 4b660ce4f3002c250a8f07939144a56b4a1f40d9 (patch) | |
tree | 0356ad4631e8a5c3eec28eaa893e01324cd97cff /sysprop | |
parent | a23dddd839efd18a44e5f361f8eeff19631bff38 (diff) |
HFP: Add sysprop for AptX Voice
Bug: 308497929
Test: m Bluetooth | No test require when adding sysprop
Change-Id: I538da9e91f501d21f65f234b3e403faef68e57fb
Diffstat (limited to 'sysprop')
-rw-r--r-- | sysprop/hfp.sysprop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysprop/hfp.sysprop b/sysprop/hfp.sysprop index f07124f0eb..4924d299b6 100644 --- a/sysprop/hfp.sysprop +++ b/sysprop/hfp.sysprop @@ -33,3 +33,11 @@ prop { prop_name: "bluetooth.hfp.version.config" } +prop { + api_name: "codec_aptx_voice" + type: Boolean + scope: Internal + access: Readonly + prop_name: "bluetooth.hfp.codec_aptx_voice.enabled" +} + |