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=2 14TRC_HCI=2 15TRC_L2CAP=2 16TRC_RFCOMM=2 17TRC_OBEX=2 18TRC_AVCT=2 19TRC_AVDT=2 20TRC_AVRC=2 21TRC_AVDT_SCB=2 22TRC_AVDT_CCB=2 23TRC_A2D=2 24TRC_SDP=2 25TRC_SMP=2 26TRC_BTAPP=2 27TRC_BTIF=2 28TRC_BNEP=2 29TRC_PAN=2 30TRC_HID_HOST=2 31TRC_HID_DEV=2 32 33# This is Log configuration for new C++ code using LOG() macros. 34# See libchrome/base/logging.h for description on how to configure your logs. 35# sample configuration: 36#LoggingV=--v=0 37#LoggingVModule=--vmodule=*/btm/*=1,btm_ble_multi*=2,btif_*=1 38 39# PTS testing helpers 40 41# Secure connections only mode. 42# PTS_SecurePairOnly=true 43 44# Disable LE Connection updates 45#PTS_DisableConnUpdates=true 46 47# Use EATT for the notifications 48#PTS_ForceEattForNotifications=true 49 50# PTS L2CAP Ecoc upper tester (hijack eatt) 51#PTS_L2capEcocUpperTester=true 52 53# PTS L2CAP initial number of channels 54#note: PTS_EnableL2capUpperTester shall be true 55#PTS_L2capEcocInitialChanCnt=3 56 57# PTS Min key size for L2CAP ECOC upper tester 58# note: PTS_EnableL2capUpperTester shall be true 59#PTS_L2capEcocMinKeySize=16 60 61# PTS Send connect request after connect confirmation 62# note: PTS_L2capEcocInitialChanCnt shall be less than 5 63#PTS_L2capEcocConnectRemaining=true 64 65#PTS L2CAP CoC schedule sending data after connection 66# note: PTS_EnableL2capUpperTester shall be true 67#PTS_L2capEcocSendNumOfSdu=2 68 69# Start EATT without validation Server Supported Features 70# note: PTS_EnableL2capUpperTester shall be true 71#PTS_ConnectEattUncondictionally=true 72 73# Trigger reconfiguration after connection 74# note: PTS_EnableL2capUpperTester shall be true 75#PTS_L2capEcocReconfigure=true 76 77# Start EATT on unecrypted link 78# note: PTS_EnableL2capUpperTester shall be true 79#PTS_ConnectEattUnencrypted=true 80 81# Force EATT implementation to connect EATT as a peripheral for collision test case 82# note: PTS_EnableL2capUpperTester shall be true 83#PTS_EattPeripheralCollionSupport=true 84 85# Disable BR/EDR discovery after LE pairing to avoid cross key derivation errors 86#PTS_DisableSDPOnLEPair=true 87 88# SMP Pair options (formatted as hex bytes) auth, io, ikey, rkey, ksize 89#PTS_SmpOptions=0xD,0x4,0xf,0xf,0x10 90 91# PTS AVRCP Test mode 92#PTS_AvrcpTest=true 93 94# Start broadcast with unecryption mode 95#PTS_BroadcastUnencrypted=true 96 97# Use EATT for all services 98#PTS_UseEattForAllServices=true 99 100# Suspend stream after some timeout in LE Audio client module 101#PTS_LeAudioSuspendStreaming=true 102 103# Force to update metadata with multiple CCIDs 104#PTS_ForceLeAudioMultipleContextsMetadata=true 105 106# SMP Certification Failure Cases 107# Set any of the following SMP error values (from smp_api_types.h) 108# to induce pairing failues for various PTS SMP test cases. 109# Setting PTS_SmpFailureCase to 0 means normal operation. 110# Failure modes: 111# 112# SMP_PASSKEY_ENTRY_FAIL = 1 113# SMP_PAIR_AUTH_FAIL = 3 114# SMP_CONFIRM_VALUE_ERR = 4 115# SMP_PAIR_NOT_SUPPORT = 5 116# SMP_ENC_KEY_SIZE = 6 117# SMP_PAIR_FAIL_UNKNOWN = 8 118# SMP_REPEATED_ATTEMPTS = 9 119# SMP_NUMERIC_COMPAR_FAIL = 12 120#PTS_SmpFailureCase=0 121 122 123# PTS Broadcast audio configuration option 124# Option: 125# lc3_stereo_48_1_2 126# lc3_stereo_48_2_2 127# lc3_stereo_48_3_2 128# lc3_stereo_48_4_2 129#PTS_BroadcastAudioConfigOption=lc3_stereo_48_1_2 130