Bluetooth: Controller: Add CTE recv and sample in connected mode

In connected mode when Receiving Constant Tone Extensions feature
is enabled, controller shall be able to receive CTE in any
data channel packet.
The commit adds required changes to allow receive of CTE for
all data channel packets in peripheral role.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2021-10-31 00:40:25 +02:00 committed by Christopher Friedt
commit 578902960d
35 changed files with 536 additions and 143 deletions

View file

@ -16,6 +16,7 @@
#include "util/util.h"
#include "util/mem.h"
#include "util/memq.h"
#include "util/dbuf.h"
#include "pdu.h"
#include "ll.h"