gap_connless_cte_trans_param_t Struct Reference

Set connectionless CTE transmit parameters. More...

#include <ble_gapm.h>

Public Attributes

uint8_t cte_len
 CTE length (8us unit, range 0x02 to 0x14). More...
 
uint8_t cte_type
 CTE type (0: AOA | 1: AOD-1us | 2: AOD-2us) (. More...
 
uint8_t cte_count
 CTE count (number of CTEs to transmit in each periodic advertising interval, range 0x01 to 0x10). More...
 
uint8_t num_antenna
 The number of Antenna IDs in the pattern (range 0x02 to 0x4B). More...
 
uint8_t * antenna_id
 List of Antenna IDs in the pattern. More...
 

Detailed Description

Set connectionless CTE transmit parameters.

Definition at line 724 of file ble_gapm.h.

Member Data Documentation

◆ antenna_id

uint8_t* gap_connless_cte_trans_param_t::antenna_id

List of Antenna IDs in the pattern.

Definition at line 730 of file ble_gapm.h.

◆ cte_count

uint8_t gap_connless_cte_trans_param_t::cte_count

CTE count (number of CTEs to transmit in each periodic advertising interval, range 0x01 to 0x10).

Definition at line 728 of file ble_gapm.h.

◆ cte_len

uint8_t gap_connless_cte_trans_param_t::cte_len

CTE length (8us unit, range 0x02 to 0x14).

Definition at line 726 of file ble_gapm.h.

◆ cte_type

uint8_t gap_connless_cte_trans_param_t::cte_type

CTE type (0: AOA | 1: AOD-1us | 2: AOD-2us) (.

See also
enum gap_cte_type_t).

Definition at line 727 of file ble_gapm.h.

◆ num_antenna

uint8_t gap_connless_cte_trans_param_t::num_antenna

The number of Antenna IDs in the pattern (range 0x02 to 0x4B).

Definition at line 729 of file ble_gapm.h.


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