sl_bt_evt_cte_receiver_connection_iq_reportCTE Receiver#
IQ sample report from connection CTE packets.
Data Structures | |
---|---|
struct | |
Data structure of the connection_iq_report event. More... |
Macros | |
---|---|
#define | |
Identifier of the connection_iq_report event. |
Detailed Description#
IQ sample report from connection CTE packets.
Data Structure Documentation#
sl_bt_evt_cte_receiver_connection_iq_report_s#
struct sl_bt_evt_cte_receiver_connection_iq_report_s
Data structure of the connection_iq_report event.
Data Fields | ||
---|---|---|
uint16_t | status | Status of CTE IQ sampling |
uint8_t | connection | Connection handle or periodic advertising synchronization handle |
uint8_t | phy | The PHY on which the packet is received.
|
uint8_t | channel | The channel on which the CTE packet was received |
int8_t | rssi | RSSI in the received CTE packet. Unit: dBm |
uint8_t | rssi_antenna_id | The ID of the antenna on which RSSI was measured |
uint8_t | cte_type | The CTE type
|
uint8_t | slot_durations | Slot durations
|
uint16_t | event_counter | The event counter of the connection |
samples | IQ samples of the received CTE packet. I and Q samples follow each other alternately (I, Q, I, Q, ...) |