zephyr/subsys/bluetooth/controller/hci
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
..
nordic include: bluetooth: define hci macro for nRF53 2019-11-08 19:26:35 +01:00
openisa bluetooth: controller: openisa/RV32M1: BLE Link Layer ULL/LLL split 2019-11-08 15:38:57 +01:00
hci_driver.c Bluetooth: controller: Fix rx buffer leak for LL Version priority event 2019-12-13 15:15:53 +01:00
hci_internal.h Bluetooth: controller: Handle remote version as a prio event 2019-10-11 13:31:52 +02:00
hci_user_ext.h Bluetooth: controller: hci: Add user hooks. 2019-07-17 13:53:13 +02:00
hci.c Bluetooth: controller: enable dynamic TXP over LL_SPLIT arch (#17731) 2019-12-17 12:29:57 +01:00