Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Variables
eui48.cpp File Reference
#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <cstdio>
#include <jau/eui48.hpp>
Include dependency graph for eui48.cpp:

Go to the source code of this file.

Variables

static uint8_t _EUI48_ALL_DEVICE [] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
 
static uint8_t _EUI48_LOCAL_DEVICE [] = {0x00, 0x00, 0x00, 0xff, 0xff, 0xff}
 

Variable Documentation

◆ _EUI48_ALL_DEVICE

uint8_t _EUI48_ALL_DEVICE[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
static

Definition at line 250 of file eui48.cpp.

◆ _EUI48_LOCAL_DEVICE

uint8_t _EUI48_LOCAL_DEVICE[] = {0x00, 0x00, 0x00, 0xff, 0xff, 0xff}
static

Definition at line 251 of file eui48.cpp.