blob: 2ca20ea89a5145a0308985e394b8996a5a260af4 [file] [log] [blame]
The Android Open Source Project5738f832012-12-12 16:00:35 -08001# Enable BtSnoop logging function
2# valid value : true, false
3BtSnoopLogOutput=false
4
5# BtSnoop log output file
6BtSnoopFileName=/sdcard/btsnoop_hci.log
7
8# Enable trace level reconfiguration function
9# Must be present before any TRC_ trace level settings
10TraceConf=true
11
12# Trace level configuration
13# BT_TRACE_LEVEL_NONE 0 ( No trace messages to be generated )
14# BT_TRACE_LEVEL_ERROR 1 ( Error condition trace messages )
15# BT_TRACE_LEVEL_WARNING 2 ( Warning condition trace messages )
16# BT_TRACE_LEVEL_API 3 ( API traces )
17# BT_TRACE_LEVEL_EVENT 4 ( Debug messages for events )
18# BT_TRACE_LEVEL_DEBUG 5 ( Full debug messages )
Ganesh Ganapathi Battaead3cde2013-02-05 15:22:31 -080019# BT_TRACE_LEVEL_VERBOSE 6 ( Verbose messages ) - Currently supported for TRC_BTAPP only.
The Android Open Source Project5738f832012-12-12 16:00:35 -080020TRC_BTM=2
21TRC_HCI=2
22TRC_L2CAP=2
23TRC_RFCOMM=2
24TRC_OBEX=2
25TRC_AVCT=2
26TRC_AVDT=2
27TRC_AVRC=2
28TRC_AVDT_SCB=2
29TRC_AVDT_CCB=2
30TRC_A2D=2
31TRC_SDP=2
32TRC_GATT=2
33TRC_SMP=2
34TRC_BTAPP=2
The Android Open Source Project689d66b2012-12-12 17:18:15 -080035TRC_BTIF=2