-
Notifications
You must be signed in to change notification settings - Fork 8.3k
tests: bluetooth: tester: Start stream from stream_connected_cb #100162
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
base: main
Are you sure you want to change the base?
tests: bluetooth: tester: Start stream from stream_connected_cb #100162
Conversation
alexsven
commented
Nov 27, 2025
- When we are a peripheral we want to be able to start a stream from the stream_connected_cb, given that we are in an enabling state and the stream is in the sink direction
|
Bug was introduced by #99597 that only handled the case for the peripheral/server in the enabled callback, and was missing the connected callback |
Thalley
left a comment
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.
Minor comments
|
#AutoPTS run zephyr BAP/USR/SPE/BI-01-C BAP/USR/SPE/BI-02-C BAP/USR/SPE/BI-03-C BAP/USR/SPE/BI-05-C BAP/USR/STR/BV-363-C BAP/USR/STR/BV-364-C BAP/USR/STR/BV-368-C BAP/USR/STR/BV-376-C BAP/USR/STR/BV-377-C |
|
Scheduled PR #100162 (comment), board: nrf54, estimated start time: 13:05:00, test case count: 9, estimated duration: 0:18:04 Test cases to be runBAP/USR/STR/BV-368-CBAP/USR/STR/BV-376-C BAP/USR/STR/BV-377-C BAP/USR/STR/BV-363-C BAP/USR/STR/BV-364-C BAP/USR/SPE/BI-01-C BAP/USR/SPE/BI-02-C BAP/USR/SPE/BI-03-C BAP/USR/SPE/BI-05-C |
- When we are a peripheral we want to be able to start a stream from the stream_connected_cb, given that we are in an enabling state and the stream is in the sink direction Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
f4988ed to
6569214
Compare
|
AutoPTS Bot results: Successful tests (9)BAP BAP/USR/SPE/BI-01-C PASSBAP BAP/USR/SPE/BI-02-C PASS BAP BAP/USR/SPE/BI-03-C PASS BAP BAP/USR/SPE/BI-05-C PASS BAP BAP/USR/STR/BV-363-C PASS BAP BAP/USR/STR/BV-364-C PASS BAP BAP/USR/STR/BV-368-C PASS BAP BAP/USR/STR/BV-376-C PASS BAP BAP/USR/STR/BV-377-C PASS |
|
asbjornsabo
left a comment
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


