Zephyr Project API  3.2.0
A Scalable Open Source RTOS
bt_df_adv_cte_tx_param Struct Reference

Constant Tone Extension parameters for connectionless transmission. More...

#include <direction.h>

Data Fields

uint8_t cte_len
 
uint8_t cte_type
 CTE type. More...
 
uint8_t cte_count
 
uint8_t num_ant_ids
 
uint8_tant_ids
 

Detailed Description

Constant Tone Extension parameters for connectionless transmission.

The structure holds information required to setup CTE transmission in periodic advertising.

Field Documentation

◆ ant_ids

uint8_t* bt_df_adv_cte_tx_param::ant_ids

List of antenna IDs in the pattern.

◆ cte_count

uint8_t bt_df_adv_cte_tx_param::cte_count

Number of CTE to transmit in each periodic adv interval.

◆ cte_len

uint8_t bt_df_adv_cte_tx_param::cte_len

Length of CTE in 8us units.

◆ cte_type

uint8_t bt_df_adv_cte_tx_param::cte_type

CTE type.

Allowed values are defined by bt_df_cte_type, except BT_DF_CTE_TYPE_NONE and BT_DF_CTE_TYPE_ALL.

◆ num_ant_ids

uint8_t bt_df_adv_cte_tx_param::num_ant_ids

Number of Antenna IDs in the switch pattern.


The documentation for this struct was generated from the following file: