summaryrefslogtreecommitdiffstats
path: root/vendor/libvendor/include/vnd_buildcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libvendor/include/vnd_buildcfg.h')
-rw-r--r--vendor/libvendor/include/vnd_buildcfg.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/libvendor/include/vnd_buildcfg.h b/vendor/libvendor/include/vnd_buildcfg.h
new file mode 100644
index 0000000..4842872
--- /dev/null
+++ b/vendor/libvendor/include/vnd_buildcfg.h
@@ -0,0 +1,14 @@
+#ifndef VND_BUILDCFG_H
+#define VND_BUILDCFG_H
+#define BLUETOOTH_UART_DEVICE_PORT "/dev/s3c2410_serial0"
+#define BT_WAKE_VIA_USERIAL_IOCTL TRUE
+#define LPM_IDLE_TIMEOUT_MULTIPLE 5
+#define BTSNOOPDISP_INCLUDED TRUE
+#define BTSNOOP_FILENAME "/data/misc/bluedroid/btsnoop_hci.log"
+#define BTVND_DBG TRUE
+#define BTHW_DBG TRUE
+#define USERIAL_DBG TRUE
+#define HCIH4_DBG TRUE
+#define UPIO_DBG TRUE
+#define BTSNOOP_DBG FALSE
+#endif