Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <cs_Packets.h>
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 |
uint8_t setup_data_t::adminKey[ENCRYPTION_KEY_LENGTH] |
uint8_t setup_data_t::basicKey[ENCRYPTION_KEY_LENGTH] |
uint16_t setup_data_t::ibeaconMajor |
uint16_t setup_data_t::ibeaconMinor |
cs_uuid128_t setup_data_t::ibeaconUuid |
uint8_t setup_data_t::localizationKey[ENCRYPTION_KEY_LENGTH] |
uint8_t setup_data_t::memberKey[ENCRYPTION_KEY_LENGTH] |
uint8_t setup_data_t::meshAppKey[ENCRYPTION_KEY_LENGTH] |
uint8_t setup_data_t::meshDeviceKey[ENCRYPTION_KEY_LENGTH] |
uint8_t setup_data_t::meshNetKey[ENCRYPTION_KEY_LENGTH] |
uint8_t setup_data_t::serviceDataKey[ENCRYPTION_KEY_LENGTH] |
uint8_t setup_data_t::sphereId |
stone_id_t setup_data_t::stoneId |