diff options
author | 2024-06-03 11:42:50 +0000 | |
---|---|---|
committer | 2024-06-03 11:45:24 +0000 | |
commit | a2720bc2804ec559bce20846ffd16ccebb72ead7 (patch) | |
tree | 0a1a59f94d962437712d3af37dad3c34fcda3a4d | |
parent | 2c6f19501a373e00c1843c8aa585b1a9f7097069 (diff) |
floss: allow |leaudio.dual_bidirection_swb.supported|
After some change in the native stack, this sysprop is needs to be
enabled in order to allow 32K sampling rate on capture path.
Bug: 317682584
Test: m Bluetooth
Change-Id: I0103856f8d79cd2567482420e8ffb7422d0668dd
-rw-r--r-- | system/gd/sysprops/sysprops_module.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/gd/sysprops/sysprops_module.cc b/system/gd/sysprops/sysprops_module.cc index 8e1eb4583a..584f9fa0cc 100644 --- a/system/gd/sysprops/sysprops_module.cc +++ b/system/gd/sysprops/sysprops_module.cc @@ -119,6 +119,7 @@ void SyspropsModule::parse_config(std::string file_path) { "bluetooth.core.le.vendor_capabilities.enabled", // LE Audio "bluetooth.le_audio.enable_le_audio_only", + "bluetooth.leaudio.dual_bidirection_swb.supported", // SCO "bluetooth.sco.disable_enhanced_connection", "bluetooth.sco.swb_supported", |