-
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: TBS: Value Changed During Long Read error code #68173
Comments
@piotrnarajowski how does your PR (#68367) relate to this? Your PR is required to trigger long reads, right? So this can't really be worked on, before your PR has been done (or at least the work should continue on top of your PR), right? |
@piotrnarajowski Will your PR ever go out of draft, or will it be abandoned now? |
Related to #64175 |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
@sjanc any plan for this? It's one of the few open bugs we have for LE Audio, so would like to get it closed in the near future |
I'm not sure when I'll have time to look at this |
No problem. I'll re-assign to me, and hopefully have a look at in soon |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
Describe the bug
These test cases verify the behavior of the server IUT when we update TBS characteristics with value greater then ATT_MTU-3. We change the value of characteristic (e.g. Bearer Provider Name) with value len greater than ATT_MTU-3. PTS then reads the characteristic value by executing GATT Read Long Characteristic Value with offset set to 0. By the time there is second long read request with a Value Offset of (ATT_MTU-3), we change the value one more time. Zephyr server IUT doesn't respond with Value Changed During Read Long (0x80) error code.
To Reproduce
Can be reproduced with AutoPTS.
Expected behavior
According to TBS spec, section 1.4:
Impact
Failing test cases:
TBS/SR/SPN/BV-05-C
TBS/SR/SPN/BV-06-C
TBS/SR/SPN/BV-07-C
TBS/SR/SPN/BV-08-C
TBS/SR/SPN/BV-09-C
TBS/SR/SPN/BV-10-C
TBS/SR/SPN/BV-11-C
Also same test cases with GTBS prefix
Logs and console output
TBS_SR_SPN_BV_05_C_2024_01_26_17_27_12.zip
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: