Bluetooth: controller: Add CTE Rx params struct to ll_conn declaration
Add struct ll_df_conn_rx_params sturcutre to struct ll_conn. This is storage for parametrers required to configure radio for CTE reception in connected mode. Add required includes to make the controller code compilable after change struct ll_conn. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
3a9d809d0d
commit
ee71d95011
8 changed files with 14 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "lll_clock.h"
|
||||
#include "lll_conn.h"
|
||||
#include "lll_conn_iso.h"
|
||||
#include "lll/lll_df_types.h"
|
||||
|
||||
#include "ull_conn_types.h"
|
||||
#include "ull_conn_iso_types.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue