zephyr/subsys/bluetooth
Peter Bigot cd2a5dd612 bluetooth: mesh: avoid improper access to internal structures
Nothing in the API description the delayed work structure sanctions
direct reference to internal fields.  Do not assume that a delayed
work item can be submitted without delay by invoking k_work_submit()
with a reference to the contained work item.  Instead submit with the
delayed API and no wait.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-24 13:04:48 +02:00
..
common bluetooth: Allow immediate logging with software-based LL 2020-09-04 18:48:32 +02:00
controller Bluetooth: controller: Fix periodic sync conditional compilation 2020-11-23 17:01:50 +01:00
host Bluetooth: host: Fix Periodic Adv Set Info Transfer dependency 2020-11-20 11:39:13 +02:00
mesh bluetooth: mesh: avoid improper access to internal structures 2020-11-24 13:04:48 +02:00
services Bluetooth: DIS: settings: select SETTINGS 2020-11-19 13:18:16 +02:00
shell tests: Bluetooth: shell: Fix PAST commands conditional compilation 2020-11-20 11:39:13 +02:00
CMakeLists.txt Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
Kconfig bluetooth: add dep on !SMP 2020-10-05 19:33:02 -07:00