update to G903WVLU1CQH4
[GitHub/Stricted/sm-g903f-system.git] / etc / bluetooth / bt_stack.conf
CommitLineData
83dc35bd
S
1# Enable BtSnoop logging function
2# valid value : true, false
3BtSnoopLogOutput=true
4
5# BtSnoop log output file
6BtSnoopFileName=/sdcard/Android/data/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=3
24TRC_HCI=2
25TRC_L2CAP=4
26TRC_RFCOMM=2
27TRC_OBEX=2
28TRC_AVCT=2
29TRC_AVDT=2
30TRC_AVRC=2
31TRC_AVDT_SCB=2
32TRC_AVDT_CCB=2
33TRC_A2D=2
34TRC_SDP=4
35TRC_GATT=2
36TRC_SMP=2
37TRC_BTAPP=4
38TRC_BTIF=4
39TRC_GAP=4
40TRC_BNEP=2
41TRC_PAN=2
8c8508f8
S
42TRC_PROTOCOL=3
43
44# PTS testing helpers
45
46# Secure connections only mode.
47# PTS_SecurePairOnly=true
48
49# Disable LE Connection updates
50#PTS_DisableConnUpdates=true
51
52# Disable BR/EDR discovery after LE pairing to avoid cross key derivation errors
53#PTS_DisableSDPOnLEPair=true
54
55# SMP Pair options (formatted as hex bytes) auth, io, ikey, rkey, ksize
56#PTS_SmpOptions=0xD,0x4,0xf,0xf,0x10
57
58# SMP Certification Failure Cases
59# Fail case number range from 1 to 9 will set up remote device for test
60# case execution. Setting PTS_SmpFailureCase to 0 means normal operation.
61# Failure modes:
62# 1 = SMP_CONFIRM_VALUE_ERR
63# 2 = SMP_PAIR_AUTH_FAIL
64# 3 = SMP_PAIR_FAIL_UNKNOWN
65# 4 = SMP_PAIR_NOT_SUPPORT
66# 5 = SMP_PASSKEY_ENTRY_FAIL
67# 6 = SMP_REPEATED_ATTEMPTS
68# 7 = PIN generation failure?
69# 8 = SMP_PASSKEY_ENTRY_FAIL
70# 9 = SMP_NUMERIC_COMPAR_FAIL;
71#PTS_SmpFailureCase=0
72
73# Enable PTS test mode for A2DP / AVRCP
74#PTS_A2dpAvrcp=true