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 2019/12/16 12:46:28 UTC

[mynewt-nimble] branch master updated (946cfb7 -> 8cf2509)

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 946cfb7  controller/adv: fix 'unused function' warning
     add dd5c30b  nimble/ll: Indicate proper max TX/RX time to peer
     add fd867ee  nimble/ll: Fix packet transmit time restrictions
     add 8cf2509  nimble/ll: Recalculate effective TX/RX time after PHY update

No new revisions were added by this update.

Summary of changes:
 nimble/controller/include/controller/ble_ll_conn.h |   4 +
 nimble/controller/include/controller/ble_ll_ctrl.h |   1 +
 nimble/controller/src/ble_ll_conn.c                |  65 +++++++-----
 nimble/controller/src/ble_ll_conn_hci.c            |  13 +++
 nimble/controller/src/ble_ll_conn_priv.h           |   3 +-
 nimble/controller/src/ble_ll_ctrl.c                | 116 ++++++++++++++-------
 6 files changed, 136 insertions(+), 66 deletions(-)