1# PTS testing helpers
2
3# Secure connections only mode.
4# PTS_SecurePairOnly=true
5
6# Disable LE Connection updates
7#PTS_DisableConnUpdates=true
8
9# Use EATT for the notifications
10#PTS_ForceEattForNotifications=true
11
12# PTS L2CAP Ecoc upper tester (hijack eatt)
13#PTS_L2capEcocUpperTester=true
14
15# PTS L2CAP initial number of channels
16#note: PTS_EnableL2capUpperTester shall be true
17#PTS_L2capEcocInitialChanCnt=3
18
19# PTS Min key size for L2CAP ECOC upper tester
20# note: PTS_EnableL2capUpperTester shall be true
21#PTS_L2capEcocMinKeySize=16
22
23# PTS Send connect request after connect confirmation
24# note: PTS_L2capEcocInitialChanCnt shall be less than 5
25#PTS_L2capEcocConnectRemaining=true
26
27#PTS L2CAP CoC schedule sending data after connection
28# note: PTS_EnableL2capUpperTester shall be true
29#PTS_L2capEcocSendNumOfSdu=2
30
31# Start EATT without validation Server Supported Features
32# note: PTS_EnableL2capUpperTester shall be true
33#PTS_ConnectEattUncondictionally=true
34
35# Trigger reconfiguration after connection
36# note: PTS_EnableL2capUpperTester shall be true
37#PTS_L2capEcocReconfigure=true
38
39# Start EATT on unecrypted link
40# note: PTS_EnableL2capUpperTester shall be true
41#PTS_ConnectEattUnencrypted=true
42
43# Force EATT implementation to connect EATT as a peripheral for collision test case
44# note: PTS_EnableL2capUpperTester shall be true
45#PTS_EattPeripheralCollionSupport=true
46
47# Disable BR/EDR discovery after LE pairing to avoid cross key derivation errors
48#PTS_DisableSDPOnLEPair=true
49
50# SMP Pair options (formatted as hex bytes) auth, io, ikey, rkey, ksize
51#PTS_SmpOptions=0xD,0x4,0xf,0xf,0x10
52
53# PTS AVRCP Test mode
54#PTS_AvrcpTest=true
55
56# Start broadcast with unecryption mode
57#PTS_BroadcastUnencrypted=true
58
59# Use EATT for all services
60#PTS_UseEattForAllServices=true
61
62# Suspend stream after some timeout in LE Audio client module
63#PTS_LeAudioSuspendStreaming=true
64
65# Force to update metadata with multiple CCIDs
66#PTS_ForceLeAudioMultipleContextsMetadata=true
67
68# SMP Certification Failure Cases
69# Set any of the following SMP error values (from smp_api_types.h)
70# to induce pairing failues for various PTS SMP test cases.
71# Setting PTS_SmpFailureCase to 0 means normal operation.
72# Failure modes:
73#
74#  SMP_PASSKEY_ENTRY_FAIL = 1
75#  SMP_PAIR_AUTH_FAIL = 3
76#  SMP_CONFIRM_VALUE_ERR = 4
77#  SMP_PAIR_NOT_SUPPORT = 5
78#  SMP_ENC_KEY_SIZE = 6
79#  SMP_PAIR_FAIL_UNKNOWN = 8
80#  SMP_REPEATED_ATTEMPTS = 9
81#  SMP_NUMERIC_COMPAR_FAIL = 12
82#PTS_SmpFailureCase=0
83
84# PTS Broadcast audio configuration option
85# Option:
86# lc3_stereo_48_1_2
87# lc3_stereo_48_2_2
88# lc3_stereo_48_3_2
89# lc3_stereo_48_4_2
90#PTS_BroadcastAudioConfigOption=lc3_stereo_48_1_2
91