tests: Bluetooth: CAP: Add unittest for bt_cap_handover_[un]register#94084
Draft
Thalley wants to merge 4 commits intozephyrproject-rtos:mainfrom
Draft
tests: Bluetooth: CAP: Add unittest for bt_cap_handover_[un]register#94084Thalley wants to merge 4 commits intozephyrproject-rtos:mainfrom
Thalley wants to merge 4 commits intozephyrproject-rtos:mainfrom
Conversation
1869bd7 to
4b3afa4
Compare
Contributor
Author
|
Depends on #91170 |
4b3afa4 to
25dfa73
Compare
25dfa73 to
24fd0f3
Compare
2c5a112 to
7cda385
Compare
7cda385 to
ec8eaab
Compare
8dc24b3 to
3face8e
Compare
3face8e to
d258135
Compare
d258135 to
ce0a6a7
Compare
ce0a6a7 to
4a9f24c
Compare
4a9f24c to
665256e
Compare
665256e to
53cc78e
Compare
|
9cfced1 to
d47ca03
Compare
d47ca03 to
265f43a
Compare
ba810e0 to
41ce947
Compare
fc33304 to
4152dda
Compare
|
4152dda to
bb4ba24
Compare
Adds unittests for the handover from unicast to broadcast APIs. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
Minor change to valid_unicast_to_broadcast_metadata to break the loop earlier if the unique_metadata_cnt is already too large. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
Add a LOG_DBG for all aborts so that it is easier to determine the exact reason for an aborted CAP procedure. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
Add unittests for the bt_cap_handover_register_cb and bt_cap_handover_unregister_cb functions. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
bb4ba24 to
6d818f0
Compare
|
This file contains hidden or 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
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.



Add unittests for the bt_cap_handover_register_cb and bt_cap_handover_unregister_cb functions.