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/11/16 09:22:18 UTC

[mynewt-core] branch master updated (20ce091 -> 9295605)

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 20ce091  Merge pull request #652 from michal-narajowski/mesh-msg-cache
     add 52d26b4  mesh: Keep received buffer intact until transport layer
     add 6b68fdf  mesh: Take advantage of BT_MESH_NET_HDR_LEN define
     add 26b9179  mesh: Fix TX segment context lookups
     add 41a9a30  mesh: Add bt_mesh_net_flags() helper function
     add 31abe05  mesh: Export some transport layer helpers
     add b9d9547  mesh: Cfg: Only update friend state if supported
     add af4c185  mesh: Remove redundant assignment
     add 6e55feb  mesh: Export bt_mesh_friend_cred_get() for Friend usage
     add 9b4b858  mesh: Return change information from bt_mesh_iv_update()
     add a811e5d  mesh: Extend advertising API with helpers for Friend support
     new 9295605  Merge pull request #651 from michal-narajowski/friend_preparation

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:
 net/nimble/host/mesh/src/adv.c       |  16 ++++-
 net/nimble/host/mesh/src/adv.h       |   8 +++
 net/nimble/host/mesh/src/beacon.c    |   8 +--
 net/nimble/host/mesh/src/cfg.c       |   4 +-
 net/nimble/host/mesh/src/net.c       | 120 ++++++++++++++++++-----------------
 net/nimble/host/mesh/src/net.h       |  12 +++-
 net/nimble/host/mesh/src/proxy.c     |   5 +-
 net/nimble/host/mesh/src/transport.c |  63 ++++++++++++------
 net/nimble/host/mesh/src/transport.h |   4 ++
 9 files changed, 148 insertions(+), 92 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 #651 from michal-narajowski/friend_preparation

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 92956057369204bd50d7f5f64c73076fbbf4588d
Merge: 20ce091 a811e5d
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Thu Nov 16 10:22:17 2017 +0100

    Merge pull request #651 from michal-narajowski/friend_preparation
    
    mesh: Preparation for Friend support

 net/nimble/host/mesh/src/adv.c       |  16 ++++-
 net/nimble/host/mesh/src/adv.h       |   8 +++
 net/nimble/host/mesh/src/beacon.c    |   8 +--
 net/nimble/host/mesh/src/cfg.c       |   4 +-
 net/nimble/host/mesh/src/net.c       | 120 ++++++++++++++++++-----------------
 net/nimble/host/mesh/src/net.h       |  12 +++-
 net/nimble/host/mesh/src/proxy.c     |   5 +-
 net/nimble/host/mesh/src/transport.c |  63 ++++++++++++------
 net/nimble/host/mesh/src/transport.h |   4 ++
 9 files changed, 148 insertions(+), 92 deletions(-)


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