You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2017/11/16 13:03:10 UTC

[mynewt-core] branch master updated (9295605 -> 49314ca)

This is an automated email from the ASF dual-hosted git repository.

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


    from 9295605  Merge pull request #651 from michal-narajowski/friend_preparation
     add e47b2d1  nimble/host: Remove unused members from ble_gap_slave
     add 5a4b7ca  nimble: Move adv instances count definition to common header
     add 5e075f9  nimble/host: Unanonimize ble_gap_slave
     add 6af7f52  nimble/gap: Make ble_gap_slave table
     add 26a6d3b  nimble: Fix tx power type in hci_ext_adv_params
     add 6632515  nimble/host: Use flag for tracking advertising type
     add 41f463d  nimble/host: Simplify connection accept functions
     add c0af15a  nimble/host: Make function touching ble_gap_slave use instance
     new 49314ca  Merge pull request #662 from sjanc/ext_adv_cleanups

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:
 .../controller/include/controller/ble_ll_adv.h     |   3 -
 net/nimble/controller/src/ble_ll_adv.c             |  28 ++--
 net/nimble/controller/src/ble_ll_hci.c             |   2 +-
 net/nimble/host/src/ble_gap.c                      | 162 ++++++++-------------
 net/nimble/include/nimble/ble.h                    |   3 +
 net/nimble/include/nimble/hci_common.h             |   2 +-
 6 files changed, 83 insertions(+), 117 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 #662 from sjanc/ext_adv_cleanups

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

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

commit 49314cae4dcd481bedd8a9a9cabc2aef50fb66a6
Merge: 9295605 c0af15a
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Nov 16 14:03:08 2017 +0100

    Merge pull request #662 from sjanc/ext_adv_cleanups
    
    Some GAP code cleanups

 .../controller/include/controller/ble_ll_adv.h     |   3 -
 net/nimble/controller/src/ble_ll_adv.c             |  28 ++--
 net/nimble/controller/src/ble_ll_hci.c             |   2 +-
 net/nimble/host/src/ble_gap.c                      | 162 ++++++++-------------
 net/nimble/include/nimble/ble.h                    |   3 +
 net/nimble/include/nimble/hci_common.h             |   2 +-
 6 files changed, 83 insertions(+), 117 deletions(-)


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