 |
Demo HCI Implementation for WiMOD-LR Devices
V2.0.3
|
Go to the documentation of this file.
34 #ifndef ARDUINO_SAP_WIMOD_SAP_REMOTECTRL_IDS_H_
35 #define ARDUINO_SAP_WIMOD_SAP_REMOTECTRL_IDS_H_
43 #include "utils/WMDefs.h"
52 #define REMOTECTRL_SAP_ID 0x04
64 #define REMOTE_CTRL_MSG_BUTTON_PRESSED_ID 0x02
73 #define REMOTE_CTRL_BUTTON_ONE BV(0)
74 #define REMOTE_CTRL_BUTTON_TWO BV(1)
75 #define REMOTE_CTRL_BUTTON_THREE BV(2)
77 //------------------------------------------------------------------------------
UINT16 SourceDeviceAddress
Definition: WiMOD_SAP_RemoteCtrl_IDs.h:95
UINT8 SourceGroupAddress
Definition: WiMOD_SAP_RemoteCtrl_IDs.h:94
UINT8 StatusFormat
Definition: WiMOD_SAP_RemoteCtrl_IDs.h:89
UINT8 ButtonBitmap
Definition: WiMOD_SAP_RemoteCtrl_IDs.h:97
UINT8 DestinationGroupAddress
Definition: WiMOD_SAP_RemoteCtrl_IDs.h:91
Structure containing a general RadioLink HCI message.
Definition: WiMOD_SAP_RemoteCtrl_IDs.h:86
struct TWiMODLR_RemoteCtrl_BtnPressed TWiMODLR_RemoteCtrl_BtnPressed
Structure containing a general RadioLink HCI message.
UINT16 DestinationDeviceAddress
Definition: WiMOD_SAP_RemoteCtrl_IDs.h:92