Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
migaverse
GitHub Repository: migaverse/skymod
Path: blob/master/system/etc/bluetooth/bt_stack.conf
4253 views
1
# Enable BtSnoop logging function
2
# valid value : true, false
3
BtSnoopLogOutput=true
4
5
# BtSnoop log output file
6
BtSnoopFileName=/sdcard/Android/data/btsnoop_hci.log
7
8
# Preserve existing BtSnoop log before overwriting
9
BtSnoopSaveLog=true
10
11
# Enable trace level reconfiguration function
12
# Must be present before any TRC_ trace level settings
13
TraceConf=true
14
15
# Trace level configuration
16
# BT_TRACE_LEVEL_NONE 0 ( No trace messages to be generated )
17
# BT_TRACE_LEVEL_ERROR 1 ( Error condition trace messages )
18
# BT_TRACE_LEVEL_WARNING 2 ( Warning condition trace messages )
19
# BT_TRACE_LEVEL_API 3 ( API traces )
20
# BT_TRACE_LEVEL_EVENT 4 ( Debug messages for events )
21
# BT_TRACE_LEVEL_DEBUG 5 ( Full debug messages )
22
# BT_TRACE_LEVEL_VERBOSE 6 ( Verbose messages ) - Currently supported for TRC_BTAPP only.
23
TRC_BTM=3
24
TRC_HCI=2
25
TRC_L2CAP=4
26
TRC_RFCOMM=2
27
TRC_OBEX=2
28
TRC_AVCT=2
29
TRC_AVDT=2
30
TRC_AVRC=2
31
TRC_AVDT_SCB=2
32
TRC_AVDT_CCB=2
33
TRC_A2D=2
34
TRC_SDP=4
35
TRC_GATT=2
36
TRC_SMP=2
37
TRC_BTAPP=4
38
TRC_BTIF=4
39
TRC_PROTOCOL=3
40