Skip to content

Conversation

@ardo-nordic
Copy link
Collaborator

The following tests added in PTS with ICS Audio

  • GAP/SEC/SEM/BI-13-C
  • GAP/BIS/BBM/BV-01-C
  • GAP/BIS/BSE/BV-01-C

The following tests added in PTS with ICS Audio
- GAP/SEC/SEM/BI-13-C
- GAP/BIS/BBM/BV-01-C
- GAP/BIS/BSE/BV-01-C

Signed-off-by: Dobrynin, Artur <[email protected]>
Copy link
Collaborator

@m-alperen-sener m-alperen-sener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM in general just small comments here and there, however can you add the new commands to docs?

And should this go upstream? can you also share the corresponding zephyr commit or PR



def hdl_wid_350(_: WIDParams):
# Please synchronize with Broadcast ISO request.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add comment here why we return true by default here.

# Please click OK when IUT establishes BIG sync, and ready to receive ISO data.
stack = get_stack()
btp.gap_iso_sync_big()
is_con = stack.gap.gap_wait_for_iso_channel_status(types.IsoChannelStatus.CONNECTED)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
is_con = stack.gap.gap_wait_for_iso_channel_status(types.IsoChannelStatus.CONNECTED)
return stack.gap.gap_wait_for_iso_channel_status(types.IsoChannelStatus.CONNECTED)



def hdl_wid_353(_: WIDParams):
# Please configure IUT security to Mode 3 Level 2 or Level 3.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, I think it is better to leave comment why we return true without actually doing nothing.



def hdl_wid_356(_: WIDParams):
# Please broadcast valid ISO data packets (more than 3 packets).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is Ok as it is, but I wonder if we can retrieve min number of packets required to send from description and use it in code?

@ardo-nordic ardo-nordic closed this by deleting the head repository Sep 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants