Bluetooth: controller: Add CTE Rx params struct to lll_conn declaration
Add struct ll_df_conn_rx_params sturcutre to struct lll_conn. This is storage for parametrers required to configure radio for CTE reception in connected mode by lower link layer. 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
52ec547894
commit
8382d6e5be
12 changed files with 18 additions and 5 deletions
|
@ -127,6 +127,10 @@ struct lll_conn {
|
|||
#if defined(CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL)
|
||||
int8_t tx_pwr_lvl;
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_BT_CTLR_DF_CONN_CTE_REQ)
|
||||
struct lll_df_conn_rx_params df_rx_params;
|
||||
#endif /* CONFIG_BT_CTLR_DF_CONN_CTE_REQ */
|
||||
};
|
||||
|
||||
int lll_conn_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue