Set connectionless IQ sampling enable parameter. More...
#include <ble_gapm.h>
Public Attributes | |
uint8_t | slot_dur |
uint8_t | max_smaple_cte |
uint8_t | antenna_num |
uint8_t * | antenna_id |
Set connectionless IQ sampling enable parameter.
Definition at line 722 of file ble_gapm.h.
uint8_t* ble_gap_connless_iq_sample_param_t::antenna_id |
List of Antenna IDs in the pattern.
Definition at line 728 of file ble_gapm.h.
uint8_t ble_gap_connless_iq_sample_param_t::antenna_num |
The number of antenna IDs in the pattern (range 0x02 to 0x4B).
Definition at line 727 of file ble_gapm.h.
uint8_t ble_gap_connless_iq_sample_param_t::max_smaple_cte |
The maximum number of CTE to sample and report in each periodic advertising interval (range 0x00 to 0x10). 0x00: Sample and report all available CTE.
Definition at line 725 of file ble_gapm.h.
uint8_t ble_gap_connless_iq_sample_param_t::slot_dur |
The slot duration for IQ sampling, see enum gap_slot_dur_type.
Definition at line 724 of file ble_gapm.h.