1# Enable BtSnoop logging function 2# valid value : true, false 3BtSnoopLogOutput=true 4 5# BtSnoop log output file 6BtSnoopFileName=/data/misc/bluetooth/logs/btsnoop_hci.log 7 8# Preserve existing BtSnoop log before overwriting 9BtSnoopSaveLog=true 10 11# Enable trace level reconfiguration function 12# Must be present before any TRC_ trace level settings 13TraceConf=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. 23TRC_BTM=5 24TRC_HCI=5 25TRC_L2CAP=5 26TRC_RFCOMM=5 27TRC_OBEX=5 28TRC_AVCT=5 29TRC_AVDT=5 30TRC_AVRC=5 31TRC_AVDT_SCB=5 32TRC_AVDT_CCB=5 33TRC_A2D=5 34TRC_SDP=5 35TRC_GATT=5 36TRC_SMP=5 37TRC_BTAPP=5 38TRC_BTIF=5 39