This is an automated email from the ASF dual-hosted git repository.
andk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from f5c918d1 nimble/phy/nrf5x: Add workaround to allow encrypted ISO on
nRF52840
new c995fe4f nimble/ll: Optimize num used channels calculation
new 4cd3b3b8 nimble/ll: Use consistent chan_map naming
new 94d9faf0 nimble/ll: Fix global chan_map handling
The 3 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:
nimble/controller/include/controller/ble_ll.h | 2 +-
nimble/controller/include/controller/ble_ll_conn.h | 7 +-
.../controller/include/controller/ble_ll_utils.h | 11 ++-
nimble/controller/src/ble_ll.c | 2 +-
nimble/controller/src/ble_ll_adv.c | 4 +-
nimble/controller/src/ble_ll_conn.c | 46 ++++-------
nimble/controller/src/ble_ll_conn_hci.c | 34 +-------
nimble/controller/src/ble_ll_conn_priv.h | 1 -
nimble/controller/src/ble_ll_hci.c | 33 +++++++-
nimble/controller/src/ble_ll_sync.c | 77 +++++++++---------
nimble/controller/src/ble_ll_utils.c | 35 +++------
nimble/controller/test/src/ble_ll_csa2_test.c | 90 +++++++++++-----------
12 files changed, 158 insertions(+), 184 deletions(-)