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 5142751  nimble/l2cap: Add missing conn find
     add 0b85533  nimble/btshell: Fix parsing of periodic sync lost event
     add 91bdcb8  nimble/ll: Validate CTE argument when creating periodic sync
     add ec2a158  nimble/ll: Don't send invalid offset in AuxPtr
     add ea9f70c  nimble/ll: Fix not storing remote features
     add 1dffc22  nimble/ll: Fix crash in periodic sync when connected
     add 7a8d3b8  nimble/ll: Fix resolving AdvA in auxilary packets in passive 
scan

No new revisions were added by this update.

Summary of changes:
 apps/btshell/src/main.c                            |  4 +-
 nimble/controller/include/controller/ble_ll_scan.h |  7 +-
 .../controller/include/controller/ble_ll_sched.h   |  3 +-
 nimble/controller/include/controller/ble_ll_sync.h |  3 +
 nimble/controller/src/ble_ll_adv.c                 |  8 ++-
 nimble/controller/src/ble_ll_conn.c                |  2 +-
 nimble/controller/src/ble_ll_ctrl.c                |  1 +
 nimble/controller/src/ble_ll_scan.c                | 78 ++++++++++++++++------
 nimble/controller/src/ble_ll_sched.c               |  5 +-
 nimble/controller/src/ble_ll_sync.c                | 21 ++++++
 nimble/include/nimble/ble.h                        |  3 +
 11 files changed, 107 insertions(+), 28 deletions(-)

Reply via email to