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 b2f8bd3 nimble/ll: Improve ext header parsing in sync PDU
new 8277e78 apps/bttester: Fix success response on L2CAP send data
new 6290d39 apps/bttester: Support 2 L2CAP signaling procs
new 0ceef89 apps/bttester: Use random addr from HW instead of generating
new one
new 38e8ed1 apps/bttester: Add Device Information Service
new 3eb6178 apps/bttester: Fix error handling when doing GATT Discovery
new b5fafe7 apps/bttester: Improve logging for GATT Write Long
new f113668 apps/bttester: Fix BTP MTU size
new 482c71f apps/bttester: Add missing supported commands bits
new 133e7ec apps/bttester: Add missing Pairing Consent command/event
new cfdfd8a apps/bttester: Add support for legacy and SC OOB pairing
new f48abe7 apps/bttester: Add support for Set Bondable command
new 91d332d apps/bttester: Add Set MITM command
new a1a8722 apps/bttester: Fix GATT Client read callbacks
new 23faa0a apps/bttester: Add connection retries on fail to be
established
The 14 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/pkg.yml | 2 +
apps/bttester/src/bttester.h | 37 +++++-
apps/bttester/src/gap.c | 303 +++++++++++++++++++++++++++++++++++--------
apps/bttester/src/gatt.c | 103 ++++++++++-----
apps/bttester/src/l2cap.c | 7 +-
apps/bttester/syscfg.yml | 13 +-
6 files changed, 372 insertions(+), 93 deletions(-)