Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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_types
 Bitfield with allowed CTE types.
 
uint8_t slot_durations
 Antenna switching slots (bt_df_antenna_switching_slot).
 
uint8_t max_cte_count
 Max number of CTEs to receive.
 
uint8_t num_ant_ids
 Length of antenna switch pattern.
 
const uint8_tant_ids
 Antenna switch pattern.
 

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_types

uint8_t bt_df_per_adv_sync_cte_rx_param::cte_types

Bitfield with allowed CTE types.

Allowed values are defined by bt_df_cte_type, except BT_DF_CTE_TYPE_NONE.

◆ 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: