-
Notifications
You must be signed in to change notification settings - Fork 1.4k
bluetooth: samples: Apply callback changes of CS complete events #21312
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
Conversation
4e5d1dc to
e8fe104
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:hal_nordic: PR head: 8cdcc33c6e5c7618ca4e77ff19a0eab557cc4bd5 more detailshal_nordic:
sdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (16)Outputs:ToolchainVersion: 7dbe0e2658 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
90d8996 to
72e569d
Compare
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
You can find the documentation preview for this PR here. |
72e569d to
38e34aa
Compare
|
@ryanjh Please rebase |
The CS complete callbacks provide both status and params. In the case of errors, NULL pointer is passed to the params of callbacks. Signed-off-by: Chu Ryan <[email protected]>
Report status of Channel Sounding complete events. Signed-off-by: Chu Ryan <[email protected]>
38e34aa to
4eb8c20
Compare
The CS complete callbacks provide both status and params. In the case of errors, NULL pointer is passed to the params of callbacks.