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