This is an automated email from the ASF dual-hosted git repository.
kopyscinski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from 4340db0c5 nimble/ll: Fix channel map update instant calculation
new f07a77489 host/gatt_srv: Implement sending Multiple Handle
Notifications
new dd1cfe7e3 Apps/bttester: add support for sending Multiple Handle
Notifications
new 1f559ab80 apps/btshell: add support for sending Multiple handle
Notifications
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:
apps/btshell/src/btshell.h | 6 ++
apps/btshell/src/cmd.c | 58 ++++++++++++++
apps/btshell/src/cmd_gatt.c | 72 +++++++++++++++++
apps/btshell/src/cmd_gatt.h | 3 +
apps/btshell/src/main.c | 78 +++++++++++++++++++
apps/bttester/src/btp/btp_gatt.h | 6 ++
apps/bttester/src/btp_gatt.c | 84 +++++++++++++++++++-
apps/bttester/src/btp_gatt_cl.c | 2 +-
apps/bttester/syscfg.yml | 2 +
nimble/host/include/host/ble_gatt.h | 63 +++++++++++++++
nimble/host/src/ble_att_clt.c | 32 ++++++++
nimble/host/src/ble_att_priv.h | 1 +
nimble/host/src/ble_gattc.c | 133 ++++++++++++++++++++++++++++++++
nimble/host/syscfg.yml | 7 ++
nimble/include/nimble/nimble_opt_auto.h | 3 +
15 files changed, 548 insertions(+), 2 deletions(-)