Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_TrackedDevice.h File Reference
Include dependency graph for cs_TrackedDevice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TrackedDevice
 

Enumerations

enum  TrackedDeviceFields {
  BIT_POS_ACCESS_LEVEL = 0 , BIT_POS_LOCATION = 1 , BIT_POS_PROFILE = 2 , BIT_POS_RSSI_OFFSET = 3 ,
  BIT_POS_FLAGS = 4 , BIT_POS_DEVICE_TOKEN = 5 , BIT_POS_TTL = 6
}
 

Variables

static const uint8_t ALL_FIELDS_SET = 0x7F
 

Enumeration Type Documentation

◆ TrackedDeviceFields

Enumerator
BIT_POS_ACCESS_LEVEL 
BIT_POS_LOCATION 
BIT_POS_PROFILE 
BIT_POS_RSSI_OFFSET 
BIT_POS_FLAGS 
BIT_POS_DEVICE_TOKEN 
BIT_POS_TTL 

Variable Documentation

◆ ALL_FIELDS_SET

const uint8_t ALL_FIELDS_SET = 0x7F
static