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/07/19 09:50:05 UTC

[mynewt-core] 01/01: Merge pull request #428 from sjanc/bt5_ext_adv_host

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

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

commit 6920a1e24c17a226cbc4eb6af82b5b3253200c9d
Merge: d3e3d68 7956bac
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Jul 19 11:50:01 2017 +0200

    Merge pull request #428 from sjanc/bt5_ext_adv_host
    
    ext advertising support for host

 apps/bletiny/src/cmd.c                 |  44 ++++++
 net/nimble/host/include/host/ble_gap.h |   6 +
 net/nimble/host/src/ble_gap.c          | 243 ++++++++++++++++++++++++++++++++-
 net/nimble/host/src/ble_hs_hci_cmd.c   | 126 +++++++++++++++++
 net/nimble/host/src/ble_hs_hci_priv.h  |  29 ++++
 net/nimble/host/src/ble_hs_hci_util.c  |  23 +++-
 net/nimble/include/nimble/hci_common.h |  27 ++++
 7 files changed, 490 insertions(+), 8 deletions(-)

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