TeensyNanoExoCode
Loading...
Searching...
No Matches
Classes
BleParser.h File Reference

This class is used to serialize and deserialize the BLE data. The application uses Nordic's UART service to pass all data. Therefore, the command-data pairs must be packaged together and unpackaged on the peripheral and central. More...

#include "Arduino.h"
#include "ble_commands.h"
#include "BleMessage.h"
#include "GattDb.h"
#include <vector>
Include dependency graph for BleParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BleParser
 

Detailed Description

This class is used to serialize and deserialize the BLE data. The application uses Nordic's UART service to pass all data. Therefore, the command-data pairs must be packaged together and unpackaged on the peripheral and central.

Author
Chance Cuddeback
Date
2022-08-22