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 2017/08/03 15:16:44 UTC

[mynewt-core] branch master updated (3ec31dd -> 9a82004)

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-core.git.


    from 3ec31dd  Merge pull request #469 from michal-narajowski/shell-evq-set-fix
     add 1bc1716  apps/btshell: Add missing returns in L2CAP connect/disconnect
     add 13990fa  apps/btshell: remove bletiny from names
     add 6c1720f  apps/btshell: Refactor buffer handling in the application
     add c3e4872  btshell: Add support to send data over L2CAP LE CoC
     add c15c475  apps/btshell: Add support to send data over L2CAP LE CoC
     add 4b9989a  apps/btshell: Add debug log for CoC accept
     add 48fd777  apps/btshell: Add error print when L2CAP LE CoC disconnect fails
     add 8bfdc45  MYNEWT-671 Allow btshell to be run from sim.
     add 59a0881  apps/btshell: fix build error in sim
     add 2e05301  apps/btshell: Fix for characteristic discovery
     add 902562a  apps/btshell: Fix printing uuid
     add 74b68ad  apps/btshell: Remove not needed includes
     add 88818ee  MYNEWT-750 Handle repeat pairing in e.g. apps.
     add 577795c  MYNEWT-751 Use round-robin store policy in eg apps
     add 2367b1f  apps/btshell: fix l2cap params help message
     add 9e2a2dd  apps/btshell: Add support to start extended scan
     add 4df67a3  apps/btshell: Enhance connect command to support extended connection
     add 114b0db  apps/btshell: Parse extended advertising data
     add f4b0a49  apps/btshell: Add more printouts to extended advertising event
     add 9755daa  apps/btshell: Fix checking for direct indication evtype
     add 9346ea8  apps/btshell: Add support for setting advertising TX power and PHYs
     add 384950c  apps/btshell: reorder parameter in connect command
     add 27ffbfe  apps/btshell: fix typo
     add 7e77f87  apps/btshell: Add test commands to manage PHY
     new 9a82004  Merge pull request #470 from michal-narajowski/btshell-bletiny-updates

The 1 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   |  25 +-
 apps/btshell/src/cmd.c       | 554 ++++++++++++++++++++++++++++++++++++++++---
 apps/btshell/src/cmd_gatt.c  |   3 +-
 apps/btshell/src/cmd_l2cap.c |  42 +++-
 apps/btshell/src/cmd_l2cap.h |   1 +
 apps/btshell/src/gatt_svr.c  |   6 +-
 apps/btshell/src/main.c      | 370 ++++++++++++++++++++++++-----
 apps/btshell/src/misc.c      |   2 +-
 8 files changed, 905 insertions(+), 98 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #470 from michal-narajowski/btshell-bletiny-updates

Posted by na...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

naraj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 9a82004cae1adb1fd77b95f1ca2f4244876def1f
Merge: 3ec31dd 7e77f87
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Thu Aug 3 17:16:42 2017 +0200

    Merge pull request #470 from michal-narajowski/btshell-bletiny-updates
    
    btshell: port changes from bletiny from the last few months

 apps/btshell/src/btshell.h   |  25 +-
 apps/btshell/src/cmd.c       | 554 ++++++++++++++++++++++++++++++++++++++++---
 apps/btshell/src/cmd_gatt.c  |   3 +-
 apps/btshell/src/cmd_l2cap.c |  42 +++-
 apps/btshell/src/cmd_l2cap.h |   1 +
 apps/btshell/src/gatt_svr.c  |   6 +-
 apps/btshell/src/main.c      | 370 ++++++++++++++++++++++++-----
 apps/btshell/src/misc.c      |   2 +-
 8 files changed, 905 insertions(+), 98 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.