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/08/17 19:41:38 UTC

[mynewt-core] branch master updated (bc99f98 -> b6eef8f)

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 bc99f98  nrf52dk; disable PWM by default.
     add e2b0668  nimble/host: Refactor HCI commands sending functions
     new b6eef8f  Merge pull request #490 from sjanc/cmd_tx_refactor

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/src/ble_gap.c          | 157 ++++++----
 net/nimble/host/src/ble_hs_hci.c       |  12 +-
 net/nimble/host/src/ble_hs_hci_cmd.c   | 510 +++++----------------------------
 net/nimble/host/src/ble_hs_hci_priv.h  |  19 +-
 net/nimble/host/src/ble_hs_hci_util.c  |  50 ++--
 net/nimble/host/src/ble_hs_pvcy.c      |  49 ++--
 net/nimble/host/src/ble_hs_startup.c   |  41 +--
 net/nimble/host/src/ble_sm.c           |  22 +-
 net/nimble/include/nimble/hci_common.h |   3 +
 9 files changed, 284 insertions(+), 579 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 #490 from sjanc/cmd_tx_refactor

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 b6eef8f15d53e925cac0a4d3e9cdcb66e6553198
Merge: bc99f98 e2b0668
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Aug 17 21:41:37 2017 +0200

    Merge pull request #490 from sjanc/cmd_tx_refactor
    
    nimble/host: Refactor HCI commands sending functions

 net/nimble/host/src/ble_gap.c          | 157 ++++++----
 net/nimble/host/src/ble_hs_hci.c       |  12 +-
 net/nimble/host/src/ble_hs_hci_cmd.c   | 510 +++++----------------------------
 net/nimble/host/src/ble_hs_hci_priv.h  |  19 +-
 net/nimble/host/src/ble_hs_hci_util.c  |  50 ++--
 net/nimble/host/src/ble_hs_pvcy.c      |  49 ++--
 net/nimble/host/src/ble_hs_startup.c   |  41 +--
 net/nimble/host/src/ble_sm.c           |  22 +-
 net/nimble/include/nimble/hci_common.h |   3 +
 9 files changed, 284 insertions(+), 579 deletions(-)

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