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 a60ee37b nimble/ll: Fix encryption start procedure
new 06bc61ee nimble/ll: Add HCI events for BIGInfo reports
new 8d6cc495 nimble/host: Add BIGInfo report event
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 | 1 +
nimble/controller/src/ble_ll_sync.c | 92 ++++++++++++++++++++++++++-
nimble/controller/syscfg.yml | 6 ++
nimble/host/include/host/ble_gap.h | 49 ++++++++++++++
nimble/host/src/ble_gap.c | 41 ++++++++++++
nimble/host/src/ble_gap_priv.h | 3 +
nimble/host/src/ble_hs_hci_evt.c | 23 +++++++
nimble/host/src/ble_hs_startup.c | 10 +++
nimble/syscfg.yml | 8 ++-
9 files changed, 230 insertions(+), 3 deletions(-)