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/05 11:47:00 UTC

[mynewt-nimble] 01/01: Merge pull request #164 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 974c8d73d1c54a66df5ef4b82aadf5ed308261e7
Merge: 5456156 c10b592
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Wed Sep 5 13:46:57 2018 +0200

    Merge pull request #164 from rymanluk/ll_fix
    
    nimble/ll: Certification fixes - part 1

 nimble/controller/include/controller/ble_ll.h      |  3 +
 .../controller/include/controller/ble_ll_resolv.h  |  2 +
 nimble/controller/src/ble_ll.c                     | 17 ++++
 nimble/controller/src/ble_ll_adv.c                 | 60 ++++++++------
 nimble/controller/src/ble_ll_conn.c                | 93 ++++++++++++++++------
 nimble/controller/src/ble_ll_hci.c                 | 20 ++++-
 nimble/controller/src/ble_ll_resolv.c              | 12 +++
 nimble/controller/src/ble_ll_scan.c                | 86 ++++++++++----------
 8 files changed, 198 insertions(+), 95 deletions(-)