Skip to content

Commit

Permalink
hap: fix BTP ERROR in HAP/HAUC/STR/BV-01-C
Browse files Browse the repository at this point in the history
cap_unicast_setup_ase was called  in hdl_wid_482 without registring
cap which resulted in BTP Error with opcode Unknown Command. Test still
fails occasionally and will require further investigation.
  • Loading branch information
piotrnarajowski committed Dec 27, 2024
1 parent 1ce4484 commit 2dc7d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autopts/ptsprojects/zephyr/hap.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ def test_cases(ptses):
TestFunc(btp.hap_hauc_init),
TestFunc(stack.csip_init),
TestFunc(btp.core_reg_svc_csip),
TestFunc(btp.core_reg_svc_cap),
TestFunc(stack.cap_init),
]

pre_conditions_iac = pre_conditions + [
Expand Down

0 comments on commit 2dc7d4f

Please sign in to comment.