summaryrefslogtreecommitdiffstats
path: root/conf/moto/wingray/bt_vendor.conf
blob: 2d4f0e7ffd58ede34680f55bacc826f28e5b81a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# UART device port where Bluetooth controller is attached
UartPort = /dev/ttyHS2

# Firmware patch file location
FwPatchFilePath = /etc/firmware/

# Enable/Disable debug mode of libbt-vendor.so library
# The main key turns on/off debug modes of the whole library
# valid value : true, false
EnableDebug = true

# The sub-key to enable/disable BtSnoop logging function
# The key is masked off if EnableDebug is false
# valid value : true, false
BtSnoopLogOutput = false

# BtSnoop log output file
BtSnoopFileName = /sdcard/btsnoop_hci.log

# The sub-key to enable/disable trace output of main vendor lib module
# The key is masked off if EnableDebug is false
# valid value : true, false
VndDebug = true

# The sub-key to enable/disable trace output of hardware.c module
# The key is masked off if EnableDebug is false
# valid value : true, false
HwDebug = true

# The sub-key to enable/disable trace output of userial module
# The key is masked off if EnableDebug is false
# valid value : true, false
UserialDebug = false

# The sub-key to enable/disable trace output of Transport (e.g. H4) module
# The key is masked off if EnableDebug is false
# valid value : true, false
HciDebug = false

# The sub-key to enable/disable trace output of upio module
# The key is masked off if EnableDebug is false
# valid value : true, false
UpioDebug = false

# The sub-key to enable/disable debugging in BtSnoop module
# The key is masked off if EnableDebug is false
# valid value : true, false
BtSnoopDebug = false