Bluetooth: Controller: df: CTE request not disabled if run in single shot mode #45725
Labels
area: Bluetooth Controller
area: Bluetooth LLCP
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
There is an error. CTE request control procedure can be run in single
shot or periodic mode. In case of run in single show, it is not disabled after completion.
The code responsible for the disable was deleted in commit: ac7d050.
To Reproduce
Steps to reproduce the behavior:
direction_finding_central
sample.to
enable_cte_reqest
incte_recv_cb
.enable_cte_req
will fail with error code.Expected behavior
The second call to
ebq_cte_req
should be successful.Impact
Prevents conformance tests to pass.
Use of single shot CTE request in production projects is not possible.
The text was updated successfully, but these errors were encountered: