This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch update-ports-syscfg
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from 1edcf65e1 nimble/ll: Add connection update support for CSS
add dc3ab0be3 btshell: Fix missing audio functionality inclusion
add 966004227 btshell: Fix print format specifiers
add 02161763f bass: Fix duplicated code
add 5f3a36786 bass: Fix control point parameters lenght check
add aff2ce3da btshell: Remove unused header include
add a8a4c327d btshell: Fix ISO Broadcast Source build without BLE Audio
add ef6afc456 btshell: Add 'broadcast-sink-set-sync-params' command
add 9c0dee60d btshell: Fix build with SHELL_CMD_HELP option disabled
add 4752ca35f ci: Build with Broadcast Sink and Scan Delegator enabled
No new revisions were added by this update.
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(-)