Add system property bluetooth.hfp.software_datapath.enabled am: f7f1c02fa4 am: 21d60fdc1e

Original change: https://android-review.googlesource.com/c/platform/system/libsysprop/+/3268574

Change-Id: I6394e14924e34aae6b746053a18d0e94b5667b80
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop
index 2df46cb..e307b79 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -410,6 +410,16 @@
     prop_name: "bluetooth.profile.hfp.hf.enabled"
 }
 
+# Whether Bluetooth HFP software datapath is enabled.
+# Set by vendors overlay, read at Bluetooth initialization
+prop {
+    api_name: "isHfpSoftwareDatapathEnabled"
+    type: Boolean
+    scope: Public
+    access: Readonly
+    prop_name: "bluetooth.hfp.software_datapath.enabled"
+}
+
 # Whether the Human Interface Device Profile (HID) device role is enabled on this device.
 # Set by vendors overlay, read at Bluetooth initialization
 prop {
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index 90e444d..e54d05c 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -83,6 +83,10 @@
     prop_name: "bluetooth.core.gap.le.privacy.enabled"
   }
   prop {
+    api_name: "isHfpSoftwareDatapathEnabled"
+    prop_name: "bluetooth.hfp.software_datapath.enabled"
+  }
+  prop {
     api_name: "isLeAudioCodecExtensionAidlEnabled"
     prop_name: "bluetooth.core.le_audio.codec_extension_aidl.enabled"
   }