zephyr/subsys/bluetooth/controller
Piotr Pryga 2dad068545 Bluetooth: controller: radio: Add back2back TX switch after PHYEND event
Transmission of Constant Tone Extension is done after END event
triggered by radio. To correctly switch from TX to TX (back 2 back
TX) after transmission of CTE PHYEND event must be used instead of
END event.

The commit provides required function that allows LLL to correctly
setup radio to do back to back switch of TX when CTE transmission
is enabled.

The radio_switch_complete_and_phy_end_b2b_tx cannot be implemented
in radio.c source file. It will fail build of unit tests targeted
for NRFBSIM simulator board. There is no RADIO_SHORTS_PHYEND_DISABLE_Msk
macro defined in bsim_hw_models module.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2021-08-07 20:50:03 -04:00
..
crypto
hal Bluetooth: controller: ll_sw: nordic: Add DF antenna configuration handling 2021-01-20 14:55:24 +01:00
hci Bluetooth: Controller: Fix resolving index from being overwritten 2021-08-04 10:36:46 +02:00
include Bluetooth: controller: Implement LE Set Host Feature Command 2021-05-07 15:25:18 +02:00
ll_sw Bluetooth: controller: radio: Add back2back TX switch after PHYEND event 2021-08-07 20:50:03 -04:00
ticker Bluetooth: controller: Add ticker_yield_abs interface 2021-06-14 15:19:33 +02:00
util Bluetooth: controller: Add function to calculate BIS access address 2021-05-05 08:41:09 -04:00
CMakeLists.txt Bluetooth: Controller: Warn when building experimental features 2021-07-10 14:53:26 -04:00
Kconfig Bluetooth: Controller: Fix corrupt AD data after directed advertising 2021-07-26 15:29:55 +02:00
Kconfig.df Bluetooth: controller: Add conf max num of PDUs with CTE in per adv chain 2021-08-07 20:50:03 -04:00
Kconfig.ll_sw_split Bluetooth: Controller: Disable scan unreserved for LOW_LAT option 2021-07-20 13:35:49 +02:00