Skip to content

Commit 8128a14

Browse files
Alex CiascaiThalley
authored andcommitted
CSIP: Removed double advertising from WID 20001
Removed double advertising from WID 20001 so both IUT1 and IUT2 advertises correctly Signed-off-by: Alex Ciascai <alexandru.ciascai@nordicsemi.no>
1 parent 8fbdf6f commit 8128a14

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

autopts/wid/csip.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,7 @@ def hdl_wid_20001(_: WIDParams):
167167
Description: Verify that the Implementation Under Test (IUT) can accept
168168
GATT connect request from PTS.
169169
"""
170-
stack = get_stack()
171-
btp.gap_set_conn()
172-
btp.gap_adv_ind_on(ad=stack.gap.ad, own_addr_type=OwnAddrType.le_resolvable_private_address)
170+
# Connectable advertising is started in hdl_wid_5 which is expected to be triggered after this
173171
return True
174172

175173

0 commit comments

Comments
 (0)