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

Minimal Characteristic event handler used by BLE examples. More...

#include <cstdint>
#include "characteristic.hpp"
Include dependency graph for characteristic_event_handler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CharacteristicEventHandler
 Minimal characteristic event handler for examples. More...
 

Detailed Description

Minimal Characteristic event handler used by BLE examples.

Declares a simple event handler that logs characteristic activity and a lightweight helper to bind the handler to temperature and configuration characteristics in example code.