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:
Piotr Pryga 2021-12-09 13:02:03 +01:00 committed by Carles Cufí
commit 1ff9baf010
9 changed files with 81 additions and 26 deletions

View file

@ -2058,7 +2058,7 @@ void ull_pdu_data_init(struct pdu_data *pdu_tx)
{
LL_ASSERT(pdu_tx);
pdu_tx->cp = PDU_DATA_CTE_PRESENT_BIT_DISABLED;
pdu_tx->cp = false;
pdu_tx->rfu = 0U;
#if !defined(CONFIG_BT_CTLR_DATA_LENGTH_CLEAR)
pdu_tx->resv = 0U;