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 8c6f704 apps: Update transport selection method
new d3a1acd nimble/ll: Compile out not enabled GAP roles
new f4dd2f3 nimble/ll: Set LE supported states based on enabled roles
The 2 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 | 18 ++
nimble/controller/include/controller/ble_ll_conn.h | 14 +
nimble/controller/include/controller/ble_ll_scan.h | 8 +
nimble/controller/src/ble_ll.c | 321 +++++++++++++++++----
nimble/controller/src/ble_ll_adv.c | 52 +++-
nimble/controller/src/ble_ll_conn.c | 154 ++++++++--
nimble/controller/src/ble_ll_conn_hci.c | 67 ++++-
nimble/controller/src/ble_ll_conn_priv.h | 2 +
nimble/controller/src/ble_ll_ctrl.c | 196 ++++++++++---
nimble/controller/src/ble_ll_hci.c | 51 +++-
nimble/controller/src/ble_ll_resolv.c | 25 +-
nimble/controller/src/ble_ll_scan.c | 58 +++-
nimble/controller/src/ble_ll_scan_aux.c | 19 +-
nimble/controller/src/ble_ll_sched.c | 87 +++++-
nimble/controller/src/ble_ll_supp_cmd.c | 87 +++++-
nimble/controller/src/ble_ll_sync.c | 2 +-
nimble/controller/src/ble_ll_whitelist.c | 18 +-
nimble/controller/syscfg.yml | 36 ++-
nimble/syscfg.yml | 1 +
nimble/transport/uart/src/ble_hci_uart.c | 2 +
20 files changed, 1025 insertions(+), 193 deletions(-)