This is an automated email from the ASF dual-hosted git repository.

rymek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


    from 26df457d7 host/audio_common: Add doxygen comments in the header file
     new 90d270dfa nimble/controller: Conditionally enable 
BLE_LL_ISO_BROADCASTER
     new 47d1bb50d nimble/iso: Fix BLE_ISO dependency
     new 8c06f2563 nimble/iso: Add ISO Rx datapath and extend ISO Broadcast API
     new eacdbc36e nimble/iso: Fix missing BLE_ISO_BROADCAST_SOURCE guard
     new a2e68282f apps/btshell: Add ISO related commands
     new 2e368caab nimble/audio: Add LE Audio btshell target
     new 56a23bc0f apps/btshell: Fix minor coding style issue
     new 6750a13cc apps/btshell: Add 'silent' option to scan commands

The 8 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:
 apps/btshell/src/btshell.h                         |   5 +-
 apps/btshell/src/cmd.c                             |  67 ++-
 apps/btshell/src/cmd_iso.c                         | 513 ++++++++++++++++
 apps/btshell/src/{cmd_l2cap.h => cmd_iso.h}        |  26 +-
 apps/btshell/src/main.c                            |  19 +-
 nimble/controller/syscfg.yml                       |   6 +-
 .../host/audio/targets/btshell_native}/pkg.yml     |   6 +-
 .../host/audio/targets/btshell_native}/syscfg.yml  |  40 +-
 .../host/audio/targets/btshell_native}/target.yml  |   1 -
 nimble/host/include/host/ble_iso.h                 | 230 +++++++-
 nimble/host/src/ble_hs.c                           |   5 +
 nimble/host/src/ble_hs_hci_evt.c                   |  43 ++
 nimble/host/src/ble_hs_startup.c                   |  11 +
 nimble/host/src/ble_iso.c                          | 650 +++++++++++++++++++--
 nimble/host/src/ble_iso_priv.h                     |   9 +
 nimble/include/nimble/hci_common.h                 |  28 +-
 nimble/syscfg.yml                                  |   4 +
 nimble/transport/socket/src/ble_hci_socket.c       |  38 ++
 18 files changed, 1609 insertions(+), 92 deletions(-)
 create mode 100644 apps/btshell/src/cmd_iso.c
 copy apps/btshell/src/{cmd_l2cap.h => cmd_iso.h} (52%)
 copy {targets/nordic_pca10095_net-blehci => 
nimble/host/audio/targets/btshell_native}/pkg.yml (85%)
 copy {apps/btshell => nimble/host/audio/targets/btshell_native}/syscfg.yml 
(65%)
 copy {.github/targets_linux/native_btshell => 
nimble/host/audio/targets/btshell_native}/target.yml (99%)

Reply via email to