Bluetooth: controller: Handle AD data set race condition
Detect and handle AD data set race condition between thread and ISR context. Fixes #27637. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
530c090cba
commit
13bbfc8172
14 changed files with 55 additions and 32 deletions
|
@ -7,13 +7,16 @@
|
|||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <zephyr/types.h>
|
||||
#include <zephyr.h>
|
||||
#include <soc.h>
|
||||
#include <bluetooth/hci.h>
|
||||
#include <bluetooth/controller.h>
|
||||
|
||||
#include "util/util.h"
|
||||
#include "util/memq.h"
|
||||
|
||||
#include "hal/cpu.h"
|
||||
|
||||
#include "pdu.h"
|
||||
#include "ll.h"
|
||||
#include "lll.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue