You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2019/02/25 13:40:41 UTC

[mynewt-nimble] branch master updated (ff5d9a6 -> 17779ae)

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 ff5d9a6  nimble/host: Fix ble_sm_tx called without a lock
     new f45de56  apps/bttester: Fix handling own address
     new 81bc4d0  apps/bttester: Fix setting friend and gatt proxy options
     new cdb0398  apps/bttester: Use UART pipe by default
     new 1fa61a6  apps/bttester: Fix passkey_entry handling
     new e5d7052  apps/bttester: Add support for passkey confirm command
     new 4d522e3  apps/bttester: Fix find included services
     new 058b5aa  apps/bttester: Add support for discovering all primary services
     new c847a40  apps/bttester: Fix debug logging
     new d91bde4  apps/bttester: Fix setting UART pipe size
     new 641193a  apps/bttester: Add notify/indicate flags to a read/write char
     new 17779ae  apps/bttester: Fix enable subscription implementation

The 3115 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.c  |  4 +--
 apps/bttester/src/bttester.h  | 12 ++++++-
 apps/bttester/src/gap.c       | 65 ++++++++++++++++++++++++++++++++++++--
 apps/bttester/src/gatt.c      | 73 +++++++++++++++++++++++++++++++++----------
 apps/bttester/src/mesh.c      |  8 +++--
 apps/bttester/src/uart_pipe.c |  8 ++---
 apps/bttester/syscfg.yml      |  9 ++++--
 7 files changed, 147 insertions(+), 32 deletions(-)