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:
parent
7afc31a834
commit
eda1cd073f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue