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:
parent
bf803514e1
commit
578902960d
35 changed files with 536 additions and 143 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue