-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
applications: nrf5340_audio: Rewrite adv population for broadcast_source #15469
applications: nrf5340_audio: Rewrite adv population for broadcast_source #15469
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.h
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_server.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_server.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.h
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.h
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
40041d0
to
74078f7
Compare
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.h
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.h
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.h
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.h
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_server.c
Outdated
Show resolved
Hide resolved
74078f7
to
c97d2f3
Compare
applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_server.c
Show resolved
Hide resolved
c97d2f3
to
a5e78f2
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.
Did you also check that the advertising data looked good on air?
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.c
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Outdated
Show resolved
Hide resolved
a5e78f2
to
b52681a
Compare
b52681a
to
ecfba7c
Compare
ecfba7c
to
1b91b7c
Compare
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/Kconfig
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.h
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.h
Outdated
Show resolved
Hide resolved
applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.h
Outdated
Show resolved
Hide resolved
1b91b7c
to
e7fd88f
Compare
b0142fe
to
553e19a
Compare
553e19a
to
f1c17c6
Compare
While adding the manufacturer ID in the advertisement packet it was noticed that the adv packet for unicast_client and broadcast_source are done in completely different ways. This rewrites both to make them closer and with a view to setting these later with a shell. Signed-off-by: Graham Wacey <[email protected]>
b18633e
to
8a83cb9
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
OCT-2949
While adding the manufacturer ID in the advertisement packet it was noticed that the adv packet for unicast_client and broadcast_source are done in completely different ways. This rewrites both to make them closer and with a view to setting these later with a shell.
The implementation has moved any Kconfig CONFIG_* into the populate routine in preparation for driving externally.