-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Implement the sbc encoder and decoder based on Android Bluetooth SBC #88865
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
base: main
Are you sure you want to change the base?
Implement the sbc encoder and decoder based on Android Bluetooth SBC #88865
Conversation
MarkWangChinese
commented
Apr 21, 2025
- It is based on Android Bluetooth SBC.
- The Android Bluetooth SBC is being proposed as an external library in submodule repo (libsbc).
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 added project Note: This message is automatically posted and updated by the Manifest GitHub Action. |
85f9924
to
4a7d78d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments on function return values
4a7d78d
to
d79fa33
Compare
This pull request 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 pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Hi @dleach02 @nashif @carlescufi @MaureenHelm @stephanosio Could you please help to review? The only CI error is caused by the manifest change. |
close/reopen to clear CI |
Use the Android Bluetooth SBC encoder and decoder. The Android Bluetooth SBC is put as external library (libsbc). sbc.c/sbc.h implement the interface that is compliant with Zephyr style and can be used by Zephyr's other modules ( like A2DP). Signed-off-by: Mark Wang <yichang.wang@nxp.com>
add libsbc to west.yml and add libsbc to MAINTAINERS.yml Signed-off-by: Mark Wang <yichang.wang@nxp.com>
d79fa33
to
9a1f2f5
Compare
|