Bluetooth: controller: complete DF TX params set in conn mode
HCI_LE_Set_Connection_CTE_Transmit_Parameters host command was not completely implemented in controller. There were missign storage of TX parameters in ll_conn instance. The commit adds missing part of the command handling. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
f650fd99e0
commit
1ff9baf010
9 changed files with 81 additions and 26 deletions
|
@ -151,6 +151,9 @@ struct lll_conn {
|
|||
#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 */
|
||||
#if defined(CONFIG_BT_CTLR_DF_CONN_CTE_TX)
|
||||
struct lll_df_conn_tx_cfg df_tx_cfg;
|
||||
#endif /* CONFIG_BT_CTLR_DF_CONN_CTE_TX */
|
||||
};
|
||||
|
||||
int lll_conn_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue