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:
Vinayak Kariappa Chettimada 2020-08-19 10:09:58 +05:30 committed by Carles Cufí
commit 13bbfc8172
14 changed files with 55 additions and 32 deletions

View file

@ -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"