#include <cstddef>
#include <cstdint>
#include <cstring>
#include <algorithm>
#include "ble/common/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... | |