1# Enable trace level reconfiguration function 2# Must be present before any TRC_ trace level settings 3TraceConf=true 4 5# Trace level configuration 6# BT_TRACE_LEVEL_NONE 0 ( No trace messages to be generated ) 7# BT_TRACE_LEVEL_ERROR 1 ( Error condition trace messages ) 8# BT_TRACE_LEVEL_WARNING 2 ( Warning condition trace messages ) 9# BT_TRACE_LEVEL_API 3 ( API traces ) 10# BT_TRACE_LEVEL_EVENT 4 ( Debug messages for events ) 11# BT_TRACE_LEVEL_DEBUG 5 ( Full debug messages ) 12# BT_TRACE_LEVEL_VERBOSE 6 ( Verbose messages ) - Currently supported for TRC_BTAPP only. 13TRC_BTM=5 14TRC_HCI=5 15TRC_L2CAP=5 16TRC_RFCOMM=5 17TRC_OBEX=5 18TRC_AVCT=5 19TRC_AVDT=5 20TRC_AVRC=5 21TRC_AVDT_SCB=5 22TRC_AVDT_CCB=5 23TRC_A2D=2 24TRC_SDP=5 25TRC_GATT=5 26TRC_SMP=5 27TRC_BTAPP=5 28TRC_BTIF=5 29 30PTS_SmpOptions=0x9,0x4,0xf,0xf,0x10 31