1# Bluetooth Device Name; NULL or comment means "ro.product.model"
2#Name=Realtek Bluetooth
3
4# Device Class
5DevClassServiceClass=0x1A
6DevClassMajorClass=0x01
7DevClassMinorClass=0x1C
8
9#Indicate USB or UART driver bluetooth
10BtDeviceNode=/dev/rtkbt_dev
11
12# Enable BtSnoop logging function
13# valid value : true, false
14RtkBtsnoopDump=false
15
16# BtSnoop log output file
17BtSnoopFileName=/data/misc/bluedroid/btsnoop_hci.cfa
18
19# Preserve existing BtSnoop log before overwriting
20BtSnoopSaveLog=true
21
22#bit0 = 1,don't show heartbeat packet in btsnoop
23RtkbtLogFilter=1
24
25# configuration for uart card to save HCI log for slave
26H5LogOutput=0
27
28# Enable Coex log
29BtCoexLogOutput=0
30
31# Enable net btsnoop Dump
32RtkBtsnoopNetDump=false
33
34
35# Enable auto restart bt
36RtkBtAutoRestart=true
37