# Enable BtSnoop logging function1# valid value : true, false2BtSnoopLogOutput=true34# BtSnoop log output file5BtSnoopFileName=/sdcard/Android/data/btsnoop_hci.log67# Preserve existing BtSnoop log before overwriting8BtSnoopSaveLog=true910# Enable trace level reconfiguration function11# Must be present before any TRC_ trace level settings12TraceConf=true1314# Trace level configuration15# BT_TRACE_LEVEL_NONE 0 ( No trace messages to be generated )16# BT_TRACE_LEVEL_ERROR 1 ( Error condition trace messages )17# BT_TRACE_LEVEL_WARNING 2 ( Warning condition trace messages )18# BT_TRACE_LEVEL_API 3 ( API traces )19# BT_TRACE_LEVEL_EVENT 4 ( Debug messages for events )20# BT_TRACE_LEVEL_DEBUG 5 ( Full debug messages )21# BT_TRACE_LEVEL_VERBOSE 6 ( Verbose messages ) - Currently supported for TRC_BTAPP only.22TRC_BTM=323TRC_HCI=224TRC_L2CAP=425TRC_RFCOMM=226TRC_OBEX=227TRC_AVCT=228TRC_AVDT=229TRC_AVRC=230TRC_AVDT_SCB=231TRC_AVDT_CCB=232TRC_A2D=233TRC_SDP=434TRC_GATT=235TRC_SMP=236TRC_BTAPP=437TRC_BTIF=438TRC_PROTOCOL=33940