 |
Demo HCI Implementation for WiMOD-LR Devices
V2.0.3
|
Go to the documentation of this file.
34 #ifndef ARDUINO_SAP_WIMOD_SAP_RLT_IDS_H_
35 #define ARDUINO_SAP_WIMOD_SAP_RLT_IDS_H_
43 #include "utils/WMDefs.h"
52 #define RLT_SAP_ID 0x02
62 #define RLT_MSG_START_REQ 0x01
63 #define RLT_MSG_START_RSP 0x02
64 #define RLT_MSG_STOP_REQ 0x03
65 #define RLT_MSG_STOP_RSP 0x04
66 #define RLT_MSG_STATUS_IND 0x06
76 #define RLT_STATUS_OK 0x00
77 #define RLT_STATUS_ERROR 0x01
78 #define RLT_STATUS_CMD_NOT_SUPPORTED 0x02
79 #define RLT_STATUS_WRONG_PARAMETER 0x03
80 #define RLT_STATUS_WRONG_RADIO_MODE 0x04
81 #define RLT_STATUS_WRONG_DEVICECONFIG 0x05
struct TWiMODLR_RLT_Status TWiMODLR_RLT_Status
Structure containing a general RadioLink HCI message.
UINT8 LocalSNR
Definition: WiMOD_SAP_RLT_IDs.h:123
UINT8 DestGroupAddress
Definition: WiMOD_SAP_RLT_IDs.h:104
@ RLT_TestMode_Repeated
Definition: WiMOD_SAP_RLT_IDs.h:96
TRLT_TestMode
RTL TestModes.
Definition: WiMOD_SAP_RLT_IDs.h:94
@ RLT_TestMode_Single
Definition: WiMOD_SAP_RLT_IDs.h:95
UINT16 PeerRSSI
Definition: WiMOD_SAP_RLT_IDs.h:122
UINT8 PeerSNR
Definition: WiMOD_SAP_RLT_IDs.h:124
UINT16 LocalRSSI
Definition: WiMOD_SAP_RLT_IDs.h:121
Structure containing a general RadioLink HCI message.
Definition: WiMOD_SAP_RLT_IDs.h:114
Structure containing a general RadioLink HCI message.
Definition: WiMOD_SAP_RLT_IDs.h:102
struct TWiMODLR_RLT_Parameter TWiMODLR_RLT_Parameter
Structure containing a general RadioLink HCI message.
UINT16 LocalRxCounter
Definition: WiMOD_SAP_RLT_IDs.h:118
UINT8 PacketSize
Definition: WiMOD_SAP_RLT_IDs.h:106
UINT16 DestDevAddress
Definition: WiMOD_SAP_RLT_IDs.h:105
TRLT_TestMode TestMode
Definition: WiMOD_SAP_RLT_IDs.h:108
UINT16 LocalTxCounter
Definition: WiMOD_SAP_RLT_IDs.h:117
UINT16 PeerTxCounter
Definition: WiMOD_SAP_RLT_IDs.h:119
UINT16 PeerRxCounter
Definition: WiMOD_SAP_RLT_IDs.h:120
UINT16 NumPackets
Definition: WiMOD_SAP_RLT_IDs.h:107
UINT8 TestStatus
Definition: WiMOD_SAP_RLT_IDs.h:116