You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bluetooth: services: ras: fix ranging buffer value bug
When allocating ranging buffers the procedure counter was used. However,
the ranging counter in ras is 12 bit instead of the 16 bits allocated to
the procedure counter. This caused issues with the ranging counter after
running 4096 procedures, as it was larger than the valid range.
Signed-off-by: Thomas Johansen <[email protected]>
0 commit comments