1 # Enable BtSnoop logging function 2 # valid value : true, false 3 BtSnoopLogOutput=false 4 5 # BtSnoop log output file 6 BtSnoopFileName=/sdcard/btsnoop_hci.log 7 8 # Enable trace level reconfiguration function 9 # Must be present before any TRC_ trace level settings 10 TraceConf=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 ) 19 TRC_BTM=2 20 TRC_HCI=2 21 TRC_L2CAP=2 22 TRC_RFCOMM=2 23 TRC_OBEX=2 24 TRC_AVCT=2 25 TRC_AVDT=2 26 TRC_AVRC=2 27 TRC_AVDT_SCB=2 28 TRC_AVDT_CCB=2 29 TRC_A2D=2 30 TRC_SDP=2 31 TRC_GATT=2 32 TRC_SMP=2 33 TRC_BTAPP=2 34