You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2019/02/26 11:08:32 UTC

[mynewt-nimble] branch master updated (9d0d7e4 -> 282632c)

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 9d0d7e4  Merge pull request #350 from sjanc/ports_makefile
     new c31a54a  nimble/ll: Move CSA2 and channel map functions to utils
     new 4e378fa  ninble/ll: Use CSA2 for secondary advertising channel selection
     new 93f9078  nimble/ll: Don't use blacklisted channels for advertising without CSA2
     new 282632c  Merge pull request #328 from sjanc/adv_csa

The 3123 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:
 .../controller/include/controller/ble_ll_utils.h   |  20 +-
 nimble/controller/src/ble_ll_adv.c                 |  28 ++-
 nimble/controller/src/ble_ll_conn.c                | 263 +-------------------
 nimble/controller/src/ble_ll_conn_hci.c            |   3 +-
 nimble/controller/src/ble_ll_conn_priv.h           |   1 -
 nimble/controller/src/ble_ll_utils.c               | 273 +++++++++++++++++++++
 6 files changed, 311 insertions(+), 277 deletions(-)
 copy porting/npl/linux/src/os_atomic.c => nimble/controller/include/controller/ble_ll_utils.h (69%)
 create mode 100644 nimble/controller/src/ble_ll_utils.c