From 3f114bd1d662b787112bd962225b7cd4853b64f1 Mon Sep 17 00:00:00 2001 From: Piotr Narajowski Date: Mon, 22 Jul 2024 14:06:42 +0200 Subject: [PATCH] wid: pr wid: test pr --- autopts/wid/mics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autopts/wid/mics.py b/autopts/wid/mics.py index 94082692ec..85cc57edc2 100644 --- a/autopts/wid/mics.py +++ b/autopts/wid/mics.py @@ -34,6 +34,7 @@ def mics_wid_hdl(wid, description, test_case_name): def hdl_wid_20001(_: WIDParams): """Please prepare IUT into a connectable mode. Verify that the Implementation Under Test (IUT) can accept GATT connect request from PTS.""" + #test stack = get_stack() btp.gap_set_conn() btp.gap_adv_ind_on(ad=stack.gap.ad)