-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
bluetooth: tester: Add TBS server tests #68116
Merged
fabiobaltieri
merged 1 commit into
zephyrproject-rtos:main
from
piotrnarajowski:tbs_sr_test
Feb 26, 2024
Merged
bluetooth: tester: Add TBS server tests #68116
fabiobaltieri
merged 1 commit into
zephyrproject-rtos:main
from
piotrnarajowski:tbs_sr_test
Feb 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
piotrnarajowski
force-pushed
the
tbs_sr_test
branch
3 times, most recently
from
January 25, 2024 15:35
0012f3b
to
b2b86aa
Compare
zephyrbot
requested review from
asbjornsabo,
hermabe,
jhedberg,
sjanc,
Thalley and
Vudentz
January 25, 2024 16:10
piotrnarajowski
force-pushed
the
tbs_sr_test
branch
from
January 26, 2024 13:03
b2b86aa
to
7b7a858
Compare
piotrnarajowski
force-pushed
the
tbs_sr_test
branch
from
January 29, 2024 11:59
7b7a858
to
8ee1fb1
Compare
Thalley
requested changes
Jan 29, 2024
piotrnarajowski
force-pushed
the
tbs_sr_test
branch
from
January 30, 2024 12:09
8ee1fb1
to
d49eaf2
Compare
Thalley
requested changes
Jan 30, 2024
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 request, otherwise LGTM
piotrnarajowski
force-pushed
the
tbs_sr_test
branch
from
January 31, 2024 08:51
d49eaf2
to
448d2ab
Compare
Thalley
previously approved these changes
Jan 31, 2024
piotrnarajowski
force-pushed
the
tbs_sr_test
branch
from
February 1, 2024 12:01
448d2ab
to
e3d883a
Compare
@Thalley updated overlay-le-audio.conf with CONFIG_BT_TBS_MAX_CALLS=10. This is needed for group of test that require updating characteristics with oversized values. |
Thalley
previously approved these changes
Feb 1, 2024
sjanc
reviewed
Feb 7, 2024
Adding support for TBS server tests. Signed-off-by: Piotr Narajowski <[email protected]>
piotrnarajowski
force-pushed
the
tbs_sr_test
branch
from
February 7, 2024 14:17
e3d883a
to
f5ced76
Compare
sjanc
approved these changes
Feb 7, 2024
Thalley
approved these changes
Feb 8, 2024
@jhedberg Please review. |
jhedberg
approved these changes
Feb 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding support for TBS server tests.