Set connectionless CTE transmit parameters. More...
#include <ble_gapm.h>
Public Attributes | |
uint8_t | cte_len |
uint8_t | cte_type |
uint8_t | cte_count |
uint8_t | num_antenna |
uint8_t * | antenna_id |
Set connectionless CTE transmit parameters.
Definition at line 710 of file ble_gapm.h.
uint8_t* gap_connless_cte_trans_param_t::antenna_id |
List of Antenna IDs in the pattern.
Definition at line 716 of file ble_gapm.h.
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 714 of file ble_gapm.h.
uint8_t gap_connless_cte_trans_param_t::cte_len |
CTE length (8us unit, range 0x02 to 0x14).
Definition at line 712 of file ble_gapm.h.
uint8_t gap_connless_cte_trans_param_t::cte_type |
CTE type (0: AOA | 1: AOD-1us | 2: AOD-2us) (
Definition at line 713 of file ble_gapm.h.
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 715 of file ble_gapm.h.