|
ELEC-C7222
Libraries for ELEC C7222 Course Work
|
GATT UUID wrapper. More...
#include <algorithm>#include <array>#include <cassert>#include <cstddef>#include <cstdint>#include <ostream>#include <bluetooth_gatt.h>

Go to the source code of this file.
Classes | |
| class | c7222::Uuid |
| UUID storage for 16-bit and 128-bit UUIDs. More... | |
Namespaces | |
| namespace | c7222 |
| C7222 course abstractions namespace. | |
Functions | |
| std::ostream & | c7222::operator<< (std::ostream &os, const Uuid &uuid) |
| Prints the UUID to a stream. | |
GATT UUID wrapper.