summaryrefslogtreecommitdiff
path: root/emulator/usbpt/bluetooth/btusb/hal/bdroid_buildcfg.h
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2022-06-14 16:39:44 -0700
committerXin Li <delphij@google.com>2022-06-14 16:39:44 -0700
commit0dd139b130fa8ebd11e4727dfd140588fc1c5b7b (patch)
treec8b2cfd24c1afd5c5ce407fea09276c2d09ec910 /emulator/usbpt/bluetooth/btusb/hal/bdroid_buildcfg.h
parentbfcee185bfba01d772cb21765a9e27634cfb85d2 (diff)
parenta24498718ccbfd10a4fc43a1ba9a2ecb2d8523b8 (diff)
downloadcar-0dd139b130fa8ebd11e4727dfd140588fc1c5b7b.tar.gz
Merge Android 12 QPR 3
Bug: 236045730 Merged-In: If61a479068bf9475b36885e3dcce778dfeb0b6e3 Change-Id: I8532fa760096167baa0ccb23938025c8d3e78989
Diffstat (limited to 'emulator/usbpt/bluetooth/btusb/hal/bdroid_buildcfg.h')
-rw-r--r--emulator/usbpt/bluetooth/btusb/hal/bdroid_buildcfg.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/emulator/usbpt/bluetooth/btusb/hal/bdroid_buildcfg.h b/emulator/usbpt/bluetooth/btusb/hal/bdroid_buildcfg.h
new file mode 100644
index 0000000..132b683
--- /dev/null
+++ b/emulator/usbpt/bluetooth/btusb/hal/bdroid_buildcfg.h
@@ -0,0 +1,9 @@
+#ifndef _BDROID_BUILDCFG_H
+#define _BDROID_BUILDCFG_H
+#define BTM_DEF_LOCAL_NAME "gCar Emulator"
+#define BTA_AV_SINK_INCLUDED TRUE
+/* Handsfree device */
+#define BTA_DM_COD {0x26, 0x04, 0x08}
+/* Workaround for error at connection. */
+#define BT_CLEAN_TURN_ON_DISABLED 1
+#endif