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 |
Set connection CTE transmit parameters info.
Definition at line 670 of file ble_gapc.h.
uint8_t* ble_gap_set_conn_cte_trans_param_t::antenna_id |
List of Antenna IDs in the pattern.
Definition at line 674 of file ble_gapc.h.
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 672 of file ble_gapc.h.
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 673 of file ble_gapc.h.