Add system property bluetooth.sco.managed_by_audio

Bug: 294134504
Test: m .
Change-Id: Ideae6a5cfef4d50ead9f7a900d4a5ab7a2a5a610
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop
index c9a70f0..958b1ff 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -778,3 +778,13 @@
     access: Readonly
     prop_name: "bluetooth.sco.disable_enhanced_connection"
 }
+
+# Whether Bluetooth HFP SCO managed by Audio.
+# Set by vendors overlay, read at Bluetooth initialization
+prop {
+    api_name: "isScoManagedByAudioEnabled"
+    type: Boolean
+    scope: Public
+    access: Readonly
+    prop_name: "bluetooth.sco.managed_by_audio"
+}
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index 70eef1a..e30f103 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -193,6 +193,10 @@
     prop_name: "bluetooth.profile.vcp.controller.enabled"
   }
   prop {
+    api_name: "isScoManagedByAudioEnabled"
+    prop_name: "bluetooth.sco.managed_by_audio"
+  }
+  prop {
     api_name: "isSupportPersistedStateEnabled"
     prop_name: "bluetooth.framework.support_persisted_state"
   }