zephyr/boards/posix/nrf52_bsim
Andrei Stoica abd1d047dd Bluetooth: controller: enable dynamic TXP over LL_SPLIT arch (#17731)
This commit targets solving issue #17731 over the LL_SW_SPLIT
arch of the BLE stack in Zephyr. This functionality is exposed
to the user as HCI Zephyr Command extensions

- BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL
- BT_HCI_OP_VS_READ_TX_POWER_LEVEL

which enable Tx power read/write operations within BLE radio events
on a per role/connection basis.

The functionality is enabled upon the Kconfig advanced configuration
triggered by

- BT_CTLR_TX_PWR_DYNAMIC_CONTROL

depending on the enablement of Zephyr HCI vendor-specific command
extensions.

Necessary low-level radio HAL functionality and power definitions
are also supplied to address the high-level functionality of
controlling the Tx power.

Signed-off-by: Andrei Stoica <stoica.razvan.andrei@gmail.com>
2019-12-17 12:29:57 +01:00
..
doc global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
fake
CMakeLists.txt nrf52_bsim: Use HW models from new west module 2019-12-11 11:33:02 +01:00
Kconfig drivers: entropy: nrf5: Fix dependency of the enabling Kconfig option 2019-08-09 20:14:24 +02:00
Kconfig.board drivers: entropy: nrf5: Fix dependency of the enabling Kconfig option 2019-08-09 20:14:24 +02:00
Kconfig.defconfig
argparse.c
argparse.h
board.cmake
board_irq.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
board_soc.h cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
bstests.h
bstests_entry.c
cmdline.h nrf52_bsim: Add missing header guard and extern C block 2019-08-12 15:10:15 +02:00
irq_handler.c posix arch: Untangle headers 2019-10-25 11:23:49 -07:00
k_busy_wait.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
main.c
nrf52_bsim.yaml
nrf52_bsim_defconfig
radio_sim_nrfxx.h Bluetooth: controller: enable dynamic TXP over LL_SPLIT arch (#17731) 2019-12-17 12:29:57 +01:00
time_machine.c nrf52_bsim: Minor fix in time coversion 2019-08-05 18:57:51 +02:00
time_machine.h
trace_hook.c nrf52_bsim: Fix: shell return code should be != 0 on ASSERT 2019-11-08 14:04:19 +01:00