Add sysprop for MSFT HCI Ext vendor opcode am: a1c4e2a556

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

Change-Id: I1a9272b78ca1903e37fb0a1345778e1d63436d60
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop
index 6f71030..d36b542 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -881,3 +881,12 @@
     access: Readonly
     prop_name: "bluetooth.core.le.use_msft_hci_ext"
 }
+
+# MSFT HCI ext vendor opcode
+prop {
+    api_name: "getMsftVendorOpcode"
+    type: UInt
+    scope: Internal
+    access: Readonly
+    prop_name: "bluetooth.core.le.msft_vendor_opcode"
+}