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 2020/11/17 14:37:25 UTC

[mynewt-nimble] branch master updated (19d599b -> c07c382)

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

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


    from 19d599b  Merge pull request #885 from wes3/cmac2sys_priority
     add c07c382  nimble/ll: Use jrand48 for pseudo random generator

No new revisions were added by this update.

Summary of changes:
 nimble/controller/include/controller/ble_ll.h |  1 +
 nimble/controller/src/ble_ll.c                |  5 -----
 nimble/controller/src/ble_ll_adv.c            | 10 +++++-----
 nimble/controller/src/ble_ll_conn.c           |  4 ++--
 nimble/controller/src/ble_ll_rand.c           | 18 ++++++++++++++++++
 nimble/controller/src/ble_ll_scan.c           |  2 +-
 nimble/controller/src/ble_ll_sched.c          |  2 +-
 nimble/controller/src/ble_ll_utils.c          |  4 ++--
 8 files changed, 30 insertions(+), 16 deletions(-)