Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_df_conn_cte_req_params Struct Reference

#include <direction.h>

Data Fields

uint16_t interval
 Requested interval for initiating the CTE Request procedure.
 
uint8_t cte_length
 Requested length of the CTE in 8 us units.
 
uint8_t cte_type
 Requested type of the CTE.
 

Field Documentation

◆ cte_length

uint8_t bt_df_conn_cte_req_params::cte_length

Requested length of the CTE in 8 us units.

◆ cte_type

uint8_t bt_df_conn_cte_req_params::cte_type

Requested type of the CTE.

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

◆ interval

uint16_t bt_df_conn_cte_req_params::interval

Requested interval for initiating the CTE Request procedure.

Value 0x0 means, run the procedure once. Other values are intervals in number of connection events, to run the command periodically.


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