You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2017/07/05 21:33:18 UTC

[mynewt-core] branch bluetooth5 updated (9babc5b -> 087e801)

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

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


    from 9babc5b  Merge pull request #366 from andrzej-kaczmarek/bsp_ble_lp_clock
     add f01074c  nimble/host: Store local controller supported features
     add 8a9141f  nimble/host: Store peer supported features
     add 683ed91  nimble/host: Use features to check parameters update procedure
     add ca655b5  nimble/controller: Fix LE Connection Update status code in slave role
     add dc44ca0  nimble/controller: Enable Connection Parameters Request procedure
     add b661780  nimble/controller: Fix features handling
     add c5177bd  nimble/controller: Refactor remote features handling
     add 4566826  nimble/controller: Initiate data length update if remote supports it
     add 3605631  nimble/controller: Update supported HCI commands mask
     add 75ba1ad  nimble/controller: Remove callout for HCI Read Remote Features event
     add 9654153  nimble/host: Do not enable unnecessary events from controller
     new 087e801  Merge pull request #375 from andrzej-kaczmarek/bt5-featexch

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_conn.h    |   5 +-
 .../controller/include/controller/ble_ll_hci.h     |   2 +-
 net/nimble/controller/src/ble_ll_conn.c            |  61 +++++--
 net/nimble/controller/src/ble_ll_conn_hci.c        |  15 +-
 net/nimble/controller/src/ble_ll_conn_priv.h       |   1 +
 net/nimble/controller/src/ble_ll_ctrl.c            |  71 ++++++--
 net/nimble/controller/src/ble_ll_hci_ev.c          |   3 +-
 net/nimble/controller/src/ble_ll_supp_cmd.c        | 186 ++++++++++++++++++++-
 net/nimble/controller/syscfg.yml                   |   2 +-
 net/nimble/host/include/host/ble_hs_hci.h          |   2 +
 net/nimble/host/src/ble_gap.c                      |  77 +++++++--
 net/nimble/host/src/ble_gap_priv.h                 |   1 +
 net/nimble/host/src/ble_hs_conn_priv.h             |   2 +
 net/nimble/host/src/ble_hs_hci.c                   |  13 ++
 net/nimble/host/src/ble_hs_hci_cmd.c               |  22 +++
 net/nimble/host/src/ble_hs_hci_evt.c               |  23 +++
 net/nimble/host/src/ble_hs_hci_priv.h              |  24 +++
 net/nimble/host/src/ble_hs_startup.c               |  42 +----
 net/nimble/include/nimble/hci_common.h             |   9 +
 19 files changed, 466 insertions(+), 95 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 #375 from andrzej-kaczmarek/bt5-featexch

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

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

commit 087e80189a8b52018ecba2d5aa81b40fcbb5fc14
Merge: 9babc5b 9654153
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Jul 5 23:33:16 2017 +0200

    Merge pull request #375 from andrzej-kaczmarek/bt5-featexch
    
    Nimble: improvements on controller/peer features handling

 .../controller/include/controller/ble_ll_conn.h    |   5 +-
 .../controller/include/controller/ble_ll_hci.h     |   2 +-
 net/nimble/controller/src/ble_ll_conn.c            |  61 +++++--
 net/nimble/controller/src/ble_ll_conn_hci.c        |  15 +-
 net/nimble/controller/src/ble_ll_conn_priv.h       |   1 +
 net/nimble/controller/src/ble_ll_ctrl.c            |  71 ++++++--
 net/nimble/controller/src/ble_ll_hci_ev.c          |   3 +-
 net/nimble/controller/src/ble_ll_supp_cmd.c        | 186 ++++++++++++++++++++-
 net/nimble/controller/syscfg.yml                   |   2 +-
 net/nimble/host/include/host/ble_hs_hci.h          |   2 +
 net/nimble/host/src/ble_gap.c                      |  77 +++++++--
 net/nimble/host/src/ble_gap_priv.h                 |   1 +
 net/nimble/host/src/ble_hs_conn_priv.h             |   2 +
 net/nimble/host/src/ble_hs_hci.c                   |  13 ++
 net/nimble/host/src/ble_hs_hci_cmd.c               |  22 +++
 net/nimble/host/src/ble_hs_hci_evt.c               |  23 +++
 net/nimble/host/src/ble_hs_hci_priv.h              |  24 +++
 net/nimble/host/src/ble_hs_startup.c               |  42 +----
 net/nimble/include/nimble/hci_common.h             |   9 +
 19 files changed, 466 insertions(+), 95 deletions(-)


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