Zephyr API 3.6.99
|
Constant Tone Extension parameters for connectionless transmission. More...
#include <direction.h>
Data Fields | |
uint8_t | cte_len |
Length of CTE in 8us units. | |
uint8_t | cte_type |
CTE type. | |
uint8_t | cte_count |
Number of CTE to transmit in each periodic adv interval. | |
uint8_t | num_ant_ids |
Number of Antenna IDs in the switch pattern. | |
uint8_t * | ant_ids |
List of antenna IDs in the pattern. | |
Constant Tone Extension parameters for connectionless transmission.
The structure holds information required to setup CTE transmission in periodic advertising.
uint8_t* bt_df_adv_cte_tx_param::ant_ids |
List of antenna IDs in the pattern.
uint8_t bt_df_adv_cte_tx_param::cte_count |
Number of CTE to transmit in each periodic adv interval.
uint8_t bt_df_adv_cte_tx_param::cte_len |
Length of CTE in 8us units.
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.
uint8_t bt_df_adv_cte_tx_param::num_ant_ids |
Number of Antenna IDs in the switch pattern.