diff options
author | 2023-03-09 08:53:16 -0800 | |
---|---|---|
committer | 2023-03-09 09:45:56 -0800 | |
commit | 248721c131c03a069db8effcc443ce951d595c5d (patch) | |
tree | fa98445581bffab6e37ff2ecd6977c105d072d95 /sysprop/hfp.sysprop | |
parent | 78535b92c977c95b38b7be5ca5eb512618fd9184 (diff) |
Add hfp sysprop for hf_client_features
The `define` cannot be override on runtime and some target need to
configure the features (Eg: Wear OS)
Test: atest net_test_bta net_test_btif_hf_client_service
Test: manual | set the property and check new behavior
Bug: 263323082
Change-Id: Ic241364ceed263138797e3c3ad0f139da67e689a
Diffstat (limited to 'sysprop/hfp.sysprop')
-rw-r--r-- | sysprop/hfp.sysprop | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sysprop/hfp.sysprop b/sysprop/hfp.sysprop index d2cf1d6808..a641efa14f 100644 --- a/sysprop/hfp.sysprop +++ b/sysprop/hfp.sysprop @@ -2,6 +2,14 @@ module: "android.sysprop.bluetooth.Hfp" owner: Platform prop { + api_name: "hf_client_features" + type: Integer + scope: Internal + access: Readonly + prop_name: "bluetooth.hfp.hf_client_features.config" +} + +prop { api_name: "hf_services" type: Integer scope: Internal @@ -17,4 +25,3 @@ prop { prop_name: "bluetooth.hfp.version.config" } - |