ble_gap_set_conn_cte_trans_param_t Struct Reference

Set connection CTE transmit parameters info. More...

#include <ble_gapc.h>

Public Attributes

uint8_t cte_type
 
uint8_t num_antenna
 
uint8_t * antenna_id
 

Detailed Description

Set connection CTE transmit parameters info.

Definition at line 526 of file ble_gapc.h.

Member Data Documentation

◆ antenna_id

uint8_t* ble_gap_set_conn_cte_trans_param_t::antenna_id

List of Antenna IDs in the pattern.

Definition at line 530 of file ble_gapc.h.

◆ cte_type

uint8_t ble_gap_set_conn_cte_trans_param_t::cte_type

The type of cte, see ble_gap_cte_type_t.

Definition at line 528 of file ble_gapc.h.

◆ num_antenna

uint8_t ble_gap_set_conn_cte_trans_param_t::num_antenna

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

Definition at line 529 of file ble_gapc.h.


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