-
Notifications
You must be signed in to change notification settings - Fork 7
Zephyr: add new ISO hosts in GAP #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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]>
There was a problem hiding this 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. |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. |
There was a problem hiding this comment.
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). |
There was a problem hiding this comment.
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?
The following tests added in PTS with ICS Audio