Connectionless IQ Report info event for BLE_GAPC_EVT_CONNECTLESS_IQ_REPORT. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | channel_idx |
int16_t | rssi |
uint8_t | rssi_antenna_id |
uint8_t | cte_type |
uint8_t | slot_dur |
uint8_t | pkt_status |
uint16_t | pa_evt_cnt |
uint8_t | nb_samples |
int8_t | i_sample [BLE_GAP_MAX_IQ_SAMPLE_NUM] |
int8_t | q_sample [BLE_GAP_MAX_IQ_SAMPLE_NUM] |
Connectionless IQ Report info event for BLE_GAPC_EVT_CONNECTLESS_IQ_REPORT.
Definition at line 920 of file ble_gapc.h.
uint8_t ble_gap_evt_connless_iq_report_t::channel_idx |
The index of the channel on which the packet was received, range 0x00 to 0x24.
Definition at line 922 of file ble_gapc.h.
uint8_t ble_gap_evt_connless_iq_report_t::cte_type |
CTE type (0: GAP_CET_AOA | 1: GAP_CET_AOD_1US | 2: GAP_CET_AOD_2US),
Definition at line 925 of file ble_gapc.h.
int8_t ble_gap_evt_connless_iq_report_t::i_sample[BLE_GAP_MAX_IQ_SAMPLE_NUM] |
The list of i samples for the reported PDU.
Definition at line 931 of file ble_gapc.h.
uint8_t ble_gap_evt_connless_iq_report_t::nb_samples |
Number of samples. 0x00: no samples provided (only permitted if pkt_status is 0xFF), 0x09 to 0x52: total number of sample pairs.
Definition at line 929 of file ble_gapc.h.
uint16_t ble_gap_evt_connless_iq_report_t::pa_evt_cnt |
Periodic advertising event counter.
Definition at line 928 of file ble_gapc.h.
uint8_t ble_gap_evt_connless_iq_report_t::pkt_status |
int8_t ble_gap_evt_connless_iq_report_t::q_sample[BLE_GAP_MAX_IQ_SAMPLE_NUM] |
The list of q samples for the reported PDU.
Definition at line 932 of file ble_gapc.h.
int16_t ble_gap_evt_connless_iq_report_t::rssi |
RSSI units: 0.1 dBm, range -1270 to +200.
Definition at line 923 of file ble_gapc.h.
uint8_t ble_gap_evt_connless_iq_report_t::rssi_antenna_id |
RSSI antenna ID.
Definition at line 924 of file ble_gapc.h.
uint8_t ble_gap_evt_connless_iq_report_t::slot_dur |
Slot durations (1: GAP_SLOT_1US | 2: GAP_SLOT_2US), see ble_gap_switching_sampling_type_t.
Definition at line 926 of file ble_gapc.h.