You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2018/09/19 10:07:23 UTC

[mynewt-nimble] 01/01: Merge pull request #181 from rymanluk/ll_fix

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

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

commit 5b57923e26f56ae8c9f1b1395b503da69f3f5dae
Merge: 2ca76f0 6a12e35
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Wed Sep 19 12:07:17 2018 +0200

    Merge pull request #181 from rymanluk/ll_fix
    
    nimble/ll: Certification fixes - part 2

 nimble/controller/include/controller/ble_ll_ctrl.h |   2 +-
 nimble/controller/include/controller/ble_ll_scan.h |   9 +-
 nimble/controller/src/ble_ll_adv.c                 |  25 +-
 nimble/controller/src/ble_ll_conn.c                |  21 +-
 nimble/controller/src/ble_ll_conn_hci.c            |   4 +-
 nimble/controller/src/ble_ll_ctrl.c                | 292 ++++++++++++---------
 nimble/controller/src/ble_ll_hci.c                 |  50 ++--
 nimble/controller/src/ble_ll_resolv.c              |   4 -
 nimble/controller/src/ble_ll_scan.c                | 171 ++++++++----
 9 files changed, 353 insertions(+), 225 deletions(-)