ifneq ($(filter atv box, $(strip $(TARGET_BOARD_PLATFORM_PRODUCT))), )
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(CUR_PATH)/bluetooth
endif
+ifneq ($(filter rk3328, $(strip $(TARGET_BOARD_PLATFORM))), )
+PRODUCT_COPY_FILES += \
+ $(CUR_PATH)/vendor/etc/bluetooth/rtkbt_S0.conf:vendor/etc/bluetooth/rtkbt.conf
+else
PRODUCT_COPY_FILES += \
$(CUR_PATH)/vendor/etc/bluetooth/rtkbt.conf:vendor/etc/bluetooth/rtkbt.conf
+endif
+
ifeq ($(strip $(TARGET_BOARD_PLATFORM_PRODUCT)), tablet)
BT_FIRMWARE_FILES := $(shell ls $(CUR_PATH)/vendor/firmware)
PRODUCT_COPY_FILES += \
--- /dev/null
+# RELEASE NAME: 20180702_BT_ANDROID_9.0
+# Bluetooth Device Name; NULL or comment means "ro.product.model"
+#Name=Realtek Bluetooth
+
+# Device Class
+DevClassServiceClass=0x1A
+DevClassMajorClass=0x01
+DevClassMinorClass=0x1C
+
+#Indicate USB or UART driver bluetooth
+#BtDeviceNode=/dev/rtk_btusb
+BtDeviceNode=?/dev/ttyS0:H5
+
+# Enable BtSnoop logging function
+# valid value : true, false
+RtkBtsnoopDump=false
+
+# BtSnoop log output file
+BtSnoopFileName=/data/misc/bluedroid/btsnoop_hci.cfa
+
+# Preserve existing BtSnoop log before overwriting
+BtSnoopSaveLog=true
+
+#bit0 = 1,don't show heartbeat packet in btsnoop
+RtkbtLogFilter=1
+
+# configuration for uart card to save HCI log for slave
+H5LogOutput=0
+
+# Enable Coex log
+BtCoexLogOutput=0
+
+# Enable net btsnoop Dump
+RtkBtsnoopNetDump=false
+
+
+# Enable auto restart bt
+RtkBtAutoRestart=true