|
herald
2.0.0
|
Holds generic state across our application for any Zephyr RTOS device. More...
#include <zephyr_context.h>
Public Member Functions | |
| ZephyrLoggingSink & | getLoggingSink () |
| BluetoothStateManager & | getBluetoothStateManager () |
| void | add (BluetoothStateManagerDelegate &delegate) override |
| BluetoothState | state () override |
| int | enableBluetooth () noexcept |
| herald::zephyrinternal::Advertiser & | getAdvertiser () noexcept |
| int | startBluetooth () noexcept |
| int | stopBluetooth () noexcept |
| void | periodicActions () noexcept |
| Date | getNow () noexcept |
Holds generic state across our application for any Zephyr RTOS device.
Provides a solid class that holds information and types to be pass to Context.
Also acts as the Zephyr PlatformT in Context.