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 <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2021-05-28 13:55:20 +02:00 committed by Carles Cufí
commit eda1cd073f

View file

@ -1568,7 +1568,7 @@ struct bt_hci_cp_le_set_conn_cte_tx_params {
uint16_t handle; uint16_t handle;
uint8_t cte_types; uint8_t cte_types;
uint8_t switch_pattern_len; uint8_t switch_pattern_len;
uint8_t ant_id[0]; uint8_t ant_ids[0];
} __packed; } __packed;
struct bt_hci_rp_le_set_conn_cte_tx_params { struct bt_hci_rp_le_set_conn_cte_tx_params {