This is an automated email from the ASF dual-hosted git repository.
janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from 1edcf65e1 nimble/ll: Add connection update support for CSS
new dc3ab0be3 btshell: Fix missing audio functionality inclusion
new 966004227 btshell: Fix print format specifiers
new 02161763f bass: Fix duplicated code
new 5f3a36786 bass: Fix control point parameters lenght check
new aff2ce3da btshell: Remove unused header include
new a8a4c327d btshell: Fix ISO Broadcast Source build without BLE Audio
new ef6afc456 btshell: Add 'broadcast-sink-set-sync-params' command
new 9c0dee60d btshell: Fix build with SHELL_CMD_HELP option disabled
new 4752ca35f ci: Build with Broadcast Sink and Scan Delegator enabled
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/test_build_apps_syscfg.yml | 3 +
apps/btshell/pkg.yml | 3 +
apps/btshell/src/btshell.h | 7 +-
apps/btshell/src/cmd.c | 17 ++--
apps/btshell/src/cmd_iso.c | 4 +-
apps/btshell/src/cmd_leaudio.c | 99 +++++++++++++++-------
apps/btshell/src/cmd_leaudio.h | 2 +
apps/btshell/src/main.c | 16 ++--
.../audio/services/bass/src/ble_audio_svc_bass.c | 31 ++++---
.../host/audio/targets/btshell_native/syscfg.yml | 1 +
nimble/host/src/ble_hs.c | 8 +-
11 files changed, 122 insertions(+), 69 deletions(-)