Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
command_adv_claim_t Struct Reference

Struct used to prevent double handling of similar command advertisements. More...

#include <cs_CommandAdvHandler.h>

Public Attributes

uint8_t deviceToken
 
uint8_t timeoutCounter = 0
 
uint8_t encryptedData [CMD_ADC_ENCRYPTED_DATA_SIZE]
 
uint16_t encryptedRC5
 
uint16_t decryptedRC5
 

Detailed Description

Struct used to prevent double handling of similar command advertisements.

And to prevent handling command advertisements of many devices at once.

Member Data Documentation

◆ decryptedRC5

uint16_t command_adv_claim_t::decryptedRC5

◆ deviceToken

uint8_t command_adv_claim_t::deviceToken

◆ encryptedData

uint8_t command_adv_claim_t::encryptedData[CMD_ADC_ENCRYPTED_DATA_SIZE]

◆ encryptedRC5

uint16_t command_adv_claim_t::encryptedRC5

◆ timeoutCounter

uint8_t command_adv_claim_t::timeoutCounter = 0

The documentation for this struct was generated from the following file: