From 698f4dce56fc120263c944d19af60506f79d2afb Mon Sep 17 00:00:00 2001 From: William Escande Date: Thu, 9 Mar 2023 09:03:03 -0800 Subject: Add hfp sysprop for hf_features The `define` cannot be override on runtime and some target need to configure the features (Eg: Wear OS) Test: manual | set the property and check new behavior Bug: 263323082 Change-Id: I197d670c929c7a086340f9d8ff72b0ec170616fe --- sysprop/hfp.sysprop | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sysprop') diff --git a/sysprop/hfp.sysprop b/sysprop/hfp.sysprop index a641efa14f..f07124f0eb 100644 --- a/sysprop/hfp.sysprop +++ b/sysprop/hfp.sysprop @@ -9,6 +9,14 @@ prop { prop_name: "bluetooth.hfp.hf_client_features.config" } +prop { + api_name: "hf_features" + type: Integer + scope: Internal + access: Readonly + prop_name: "bluetooth.hfp.hf_features.config" +} + prop { api_name: "hf_services" type: Integer -- cgit v1.2.3-59-g8ed1b