28 #define ADEUNIS_REQ 0x52 29 #define ADEUNIS_CFM 0x43 30 #define ADEUNIS_IND 0x69 31 #define ADEUNIS_RES 0x72 33 #define LMX9830_READY 0x25 34 #define SPP_INCOMING_LINK_ESTABLISHED 0x0c 35 #define SPP_LINK_RELEASED 0x0e 36 #define SPP_TRANSPARENT_MODE 0x11 70 uint8_t remoteAddress[6];
uint8_t dataLengthH
The high byte of the data length.
Definition: adeunis.h:59
uint8_t unknTelCnt
Number of unknown telegrams detected.
Definition: adeunis.h:72
Description of a Bluetooth Packet.
Definition: adeunis.h:43
uint8_t dataLengthL
The low byte of the data length.
Definition: adeunis.h:47
bool haveBT
Do we have a Bluetooth module at all?
Definition: adeunis.h:68
BTStatus_t BTStatus
Status for Bluetooth connection.
Definition: display.c:87
uint8_t opcode
Definition: adeunis.h:46
uint8_t localPort
Number of the local port.
Definition: adeunis.h:71
uint8_t packetType
Definition: adeunis.h:45
Collects Status Information about Bluetooth in a single Unity.
Definition: adeunis.h:66
bool linkEstablished
Bluetooth link established.
Definition: adeunis.h:69
uint8_t checksum
The checksum from packetType to dataLengthH.
Definition: adeunis.h:60