Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | CsUtils |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: Oct 29, 2014 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed) | |
Macros | |
#define | CS_UUID_STR_LEN 36 |
Functions | |
constexpr int | CsUtils::parseHexChar (const char chr) |
Parses a hex char to an integer. More... | |
constexpr int | CsUtils::parseHexPair (const char *str) |
Parses 2 hex chars to an integer. More... | |
constexpr bool | CsUtils::parseUuid (const char *str, int stringSize, uint8_t *array, int arraySize) |
Parse UUID string (XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX) to a byte array. More... | |
#define CS_UUID_STR_LEN 36 |