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: Support aborted procedures/subevents in RAS
1. When a subevent in a procedure is aborted:
- Encode ranging data in RRSP such that num_steps_reported is 0 if a
subevent was aborted
-> if some steps in the subevent were successful, these will still be
discarded.
-> subsequent subevents in the procedure will no longer be dropped.
- Update parser API in RREQ to continue parsing subevent headers if a
subevent header with num_steps_reported=0 is seen
- Update sample to make use of these extra steps.
Note that this doesn't impact the behavior of the sample because
the subevent length is currently large enough to fit the entire
procedure.
2. When procedure_done_status is 0xF:
- Notify RREQ subscribers with RD Ready.
-> this is important because some subevents in the procedure may
have successfully performed some steps
Signed-off-by: Olivier Lesage <[email protected]>
0 commit comments