This is an automated email from the ASF dual-hosted git repository.
naraj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from 338c8101 host/ble_gap.c: Fix failure to run callback on finished scan
new 0c9bb5d0 host: add Pairing Complete GAP event
new f7ebfaf9 apps/bttester: handle GAP Pairing Complete 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:
apps/bttester/src/bttester.h | 7 +++++++
apps/bttester/src/gap.c | 35 ++++++++++++++++++++++++++++++++++-
nimble/host/include/host/ble_gap.h | 19 +++++++++++++++++++
nimble/host/include/host/ble_sm.h | 4 +++-
nimble/host/src/ble_gap.c | 14 ++++++++++++++
nimble/host/src/ble_gap_priv.h | 1 +
nimble/host/src/ble_sm.c | 8 ++++++++
7 files changed, 86 insertions(+), 2 deletions(-)