diff --git a/subsys/bluetooth/controller/hci/hci.c b/subsys/bluetooth/controller/hci/hci.c index d9d321dbc3e..0c0cab42411 100644 --- a/subsys/bluetooth/controller/hci/hci.c +++ b/subsys/bluetooth/controller/hci/hci.c @@ -7913,7 +7913,7 @@ static void encode_data_ctrl(struct node_rx_pdu *node_rx, #endif /* CONFIG_BT_CTLR_DATA_LENGTH */ #if defined(CONFIG_BT_CTLR_DF_CONN_CTE_REQ) - case PDU_DATA_LLCTRL_TYPE_CTE_REQ: + case PDU_DATA_LLCTRL_TYPE_CTE_RSP: le_df_cte_req_failed(BT_HCI_CTE_REQ_STATUS_RSP_WITHOUT_CTE, handle, buf); break; #endif /* CONFIG_BT_CTLR_DF_CONN_CTE_REQ */