ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
uuid.hpp File Reference

GATT UUID wrapper. More...

#include <algorithm>
#include <array>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <ostream>
#include <bluetooth_gatt.h>
Include dependency graph for uuid.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

GATT UUID wrapper.