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 2018/09/25 07:29:24 UTC

[mynewt-nimble] branch master updated (61a1d49 -> 0463000)

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

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


    from 61a1d49  Merge pull request #195 from rymanluk/ll_fix_terminate
     add 32a1e15  nimble/host: Convert BLE_GAP_MAX_UPDATE_ENTRIES from define to syscfg.
     add 7252a28  nimble/host: Change BLE_GAP_MAX_UPDATE_ENTRIES to more descriptive BLE_GAP_MAX_PENDING_CONN_PARAM_UPDATE.
     add bbf67ae  nimble/host: Add MYNEWT_VAL_BLE_GAP_MAX_PENDING_CONN_PARAM_UPDATE to porting syscfg.h's.
     new 0463000  Merge pull request #194 from jeremywood/ble_gap_max_update_entries_syscfg

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:
 nimble/host/src/ble_gap.c                      | 6 ++----
 nimble/host/syscfg.yml                         | 8 ++++++++
 porting/examples/linux/include/syscfg/syscfg.h | 4 ++++
 porting/nimble/include/syscfg/syscfg.h         | 4 ++++
 porting/npl/riot/include/syscfg/syscfg.h       | 4 ++++
 5 files changed, 22 insertions(+), 4 deletions(-)


[mynewt-nimble] 01/01: Merge pull request #194 from jeremywood/ble_gap_max_update_entries_syscfg

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

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

commit 0463000b5d36665acdf4c8c75d0001a463dcdc66
Merge: 61a1d49 bbf67ae
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Tue Sep 25 09:29:20 2018 +0200

    Merge pull request #194 from jeremywood/ble_gap_max_update_entries_syscfg
    
    nimble/host: Convert BLE_GAP_MAX_UPDATE_ENTRIES from define to syscfg.

 nimble/host/src/ble_gap.c                      | 6 ++----
 nimble/host/syscfg.yml                         | 8 ++++++++
 porting/examples/linux/include/syscfg/syscfg.h | 4 ++++
 porting/nimble/include/syscfg/syscfg.h         | 4 ++++
 porting/npl/riot/include/syscfg/syscfg.h       | 4 ++++
 5 files changed, 22 insertions(+), 4 deletions(-)