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 4ac4eec nimble/ports: Refresh syscfg
new 957edb7 nimble/ll: Update LL features list to 5.3
new 55cedd2 nimble/ll: Update LLC PDU defs to 5.3
new 4edf16f nimble/ll: Update role names to 5.3
new cd1706b nimble/ll: Fix master/slave in comments
The 4 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 | 79 +++---
nimble/controller/include/controller/ble_ll_conn.h | 24 +-
nimble/controller/include/controller/ble_ll_ctrl.h | 21 +-
.../controller/include/controller/ble_ll_sched.h | 6 +-
.../controller/include/controller/ble_ll_utils.h | 2 +-
nimble/controller/include/controller/ble_phy.h | 2 +-
nimble/controller/src/ble_ll.c | 110 ++++-----
nimble/controller/src/ble_ll_adv.c | 15 +-
nimble/controller/src/ble_ll_conn.c | 267 ++++++++++-----------
nimble/controller/src/ble_ll_conn_hci.c | 70 +++---
nimble/controller/src/ble_ll_conn_priv.h | 14 +-
nimble/controller/src/ble_ll_ctrl.c | 211 ++++++++--------
nimble/controller/src/ble_ll_hci_ev.c | 2 +-
nimble/controller/src/ble_ll_sched.c | 60 ++---
nimble/controller/src/ble_ll_sync.c | 2 +-
nimble/controller/src/ble_ll_utils.c | 4 +-
nimble/controller/syscfg.yml | 7 +-
nimble/drivers/nrf5340/src/ble_phy.c | 4 +-
18 files changed, 467 insertions(+), 433 deletions(-)