Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_df_per_adv_sync_cte_rx_param Struct Reference

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

#include <direction.h>

Data Fields

uint8_t cte_type
 
uint8_t slot_durations
 
uint8_t max_cte_count
 
uint8_t num_ant_ids
 
const uint8_tant_ids
 

Detailed Description

Constant Tone Extension parameters for connectionless reception.

Note
cte_type is a bit field that provides information about type of CTE an application expects (bt_df_cte_type). In case cte_type bit BT_DF_CTE_TYPE_AOA is not set, members: slot_durations, num_ant_ids and ant_ids are not required and their values will be not verified for correctness.

Field Documentation

◆ ant_ids

const uint8_t* bt_df_per_adv_sync_cte_rx_param::ant_ids

Antenna switch pattern.

◆ cte_type

uint8_t bt_df_per_adv_sync_cte_rx_param::cte_type

◆ max_cte_count

uint8_t bt_df_per_adv_sync_cte_rx_param::max_cte_count

Max number of CTEs to receive. Min is 1, max is 10, 0 means receive continuously.

◆ num_ant_ids

uint8_t bt_df_per_adv_sync_cte_rx_param::num_ant_ids

Length of antenna switch pattern.

◆ slot_durations

uint8_t bt_df_per_adv_sync_cte_rx_param::slot_durations

Antenna switching slots (bt_df_antenna_switching_slot).


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