Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
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 |
Struct used to prevent double handling of similar command advertisements.
And to prevent handling command advertisements of many devices at once.
uint16_t command_adv_claim_t::decryptedRC5 |
uint8_t command_adv_claim_t::deviceToken |
uint8_t command_adv_claim_t::encryptedData[CMD_ADC_ENCRYPTED_DATA_SIZE] |
uint16_t command_adv_claim_t::encryptedRC5 |
uint8_t command_adv_claim_t::timeoutCounter = 0 |