Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
setup_data_t Struct Reference

#include <cs_Packets.h>

Collaboration diagram for setup_data_t:

Public Attributes

stone_id_t stoneId
 
uint8_t sphereId
 
uint8_t adminKey [ENCRYPTION_KEY_LENGTH]
 
uint8_t memberKey [ENCRYPTION_KEY_LENGTH]
 
uint8_t basicKey [ENCRYPTION_KEY_LENGTH]
 
uint8_t serviceDataKey [ENCRYPTION_KEY_LENGTH]
 
uint8_t localizationKey [ENCRYPTION_KEY_LENGTH]
 
uint8_t meshDeviceKey [ENCRYPTION_KEY_LENGTH]
 
uint8_t meshAppKey [ENCRYPTION_KEY_LENGTH]
 
uint8_t meshNetKey [ENCRYPTION_KEY_LENGTH]
 
cs_uuid128_t ibeaconUuid
 
uint16_t ibeaconMajor
 
uint16_t ibeaconMinor
 

Member Data Documentation

◆ adminKey

uint8_t setup_data_t::adminKey[ENCRYPTION_KEY_LENGTH]

◆ basicKey

uint8_t setup_data_t::basicKey[ENCRYPTION_KEY_LENGTH]

◆ ibeaconMajor

uint16_t setup_data_t::ibeaconMajor

◆ ibeaconMinor

uint16_t setup_data_t::ibeaconMinor

◆ ibeaconUuid

cs_uuid128_t setup_data_t::ibeaconUuid

◆ localizationKey

uint8_t setup_data_t::localizationKey[ENCRYPTION_KEY_LENGTH]

◆ memberKey

uint8_t setup_data_t::memberKey[ENCRYPTION_KEY_LENGTH]

◆ meshAppKey

uint8_t setup_data_t::meshAppKey[ENCRYPTION_KEY_LENGTH]

◆ meshDeviceKey

uint8_t setup_data_t::meshDeviceKey[ENCRYPTION_KEY_LENGTH]

◆ meshNetKey

uint8_t setup_data_t::meshNetKey[ENCRYPTION_KEY_LENGTH]

◆ serviceDataKey

uint8_t setup_data_t::serviceDataKey[ENCRYPTION_KEY_LENGTH]

◆ sphereId

uint8_t setup_data_t::sphereId

◆ stoneId

stone_id_t setup_data_t::stoneId

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