-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Bluetooth: audio: Fix error message in PACS #49414
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: audio: Fix error message in PACS #49414
Conversation
|
@MariuszSkamra FYI |
|
@szymon-czapracki I don't think I agree with this change. What's the rationale for changing these? PTS tests failing? And if so, does the test spec specifically require this particular result code? |
Exactly as you suspected, PTS tests are failing. But there is also a description of proper behaviour in spec: But there is still a question if we should return this code on occasion when there is no callback present. |
Thanks. then it should be changed for most part here, yes. Perhaps we should check if other services have similar text, and if not we should perhaps consider changing that there to be consistent across the services. For the Whether or not the |
b3bb697 to
2690aa7
Compare
Change error code in PACS source/sink write operation to Write Request Rejected. Signed-off-by: Szymon Czapracki <[email protected]>
f027bfa
2690aa7 to
f027bfa
Compare

Change error code in PACS source/sink write operation to Write Request Rejected.