#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <algorithm>
#include "blecommon.h"
Go to the source code of this file.
Data Structures | |
class | UUID |
Representation of a Universally Unique Identifier (UUID). More... | |
Functions | |
static uint8_t | char2int (char c) |
Convert a character containing an hexadecimal digit into an unsigned integer. More... | |