From eda1cd073fd6ee911ab95cf7e351f404f4b60f63 Mon Sep 17 00:00:00 2001 From: Piotr Pryga Date: Fri, 28 May 2021 13:55:20 +0200 Subject: [PATCH] bluetooth: hci: Align name of CTE conn tx params member Align name of bt_hci_cp_le_set_cl_cte_tx_params::ant_ids to other direction finding related commands. Signed-off-by: Piotr Pryga --- include/bluetooth/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bluetooth/hci.h b/include/bluetooth/hci.h index 6d060e9055c..da5ed31e3ca 100644 --- a/include/bluetooth/hci.h +++ b/include/bluetooth/hci.h @@ -1568,7 +1568,7 @@ struct bt_hci_cp_le_set_conn_cte_tx_params { uint16_t handle; uint8_t cte_types; uint8_t switch_pattern_len; - uint8_t ant_id[0]; + uint8_t ant_ids[0]; } __packed; struct bt_hci_rp_le_set_conn_cte_tx_params {