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 46fdbeeb nimble/ll: Fix ports build
new bd8c9662 nimble/ll: Rework how TX power is configured
new 550d5a77 nimble/ll: Add function for getting current PHY channel
The 2 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/controller/include/controller/ble_phy.h | 1 +
nimble/controller/src/ble_ll.c | 14 ++++++++++++--
nimble/controller/src/ble_ll_adv.c | 26 +++++++++-----------------
nimble/controller/src/ble_ll_conn.c | 3 +++
nimble/controller/src/ble_ll_hci_vs.c | 2 --
nimble/controller/src/ble_ll_scan.c | 7 +++++++
nimble/controller/src/ble_ll_scan_aux.c | 8 ++++++++
nimble/drivers/dialog_cmac/src/ble_phy.c | 6 ++++++
nimble/drivers/native/src/ble_phy.c | 6 ++++++
nimble/drivers/nrf51/src/ble_phy.c | 6 ++++++
nimble/drivers/nrf5x/src/ble_phy.c | 6 ++++++
11 files changed, 64 insertions(+), 21 deletions(-)