zephyr/subsys/bluetooth/controller
Troels Nilsson d7acb9355c Bluetooth: controller: Fix JIT rescheduling for ext. advertising
Fixes two issues with the JIT scheduler:

Rescheduling of primary advertising packets for extended advertising
when using the JIT scheduler did not work, since the done events for
the primary events never made it into the reschedule logic

The EVENT_DONE_EXTRA_TYPE_ADV_AUX event (for auxillary packets) could
cause a "reschedule" for a primary event that was actually sent
successfully (causing it to be sent twice)

Signed-off-by: Troels Nilsson <trnn@demant.com>
2023-01-10 14:05:42 +00:00
..
crypto Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
hal Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
hci Bluetooth: controller: Remove HCI_Read_Local_Supported_Codecs [v1] 2022-12-01 15:49:25 +01:00
include Bluetooth: controller: Add support for Read/Write Conn. Accept Timeout 2022-11-24 11:17:28 +01:00
ll_sw Bluetooth: controller: Fix JIT rescheduling for ext. advertising 2023-01-10 14:05:42 +00:00
ticker bluetooth: controller: Reduce user ops status to uint8_t 2022-12-16 11:02:30 +00:00
util Bluetooth: controller: Add lock around LLCP data 2022-11-30 12:49:15 +01:00
CMakeLists.txt Bluetooth: controller: llcp: fix CI tests for new LLCP 2022-08-14 21:59:09 +02:00
Kconfig Bluetooth: controller: Implement CIS Central in ULL 2022-11-18 12:48:13 +01:00
Kconfig.df Bluetooth: hci: Add VS IQ samples report using 16 bit sign integer sampl 2022-08-19 16:26:10 +02:00
Kconfig.dtm bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
Kconfig.ll_sw_split Bluetooth: Controller: Fix BT_LL_SW_LLCP_LEGACY compile error 2022-12-11 18:29:02 +01:00