![]() |
Data Gator
Hardware and software documentation for the Data Gator project.
|
Callbacks for BLE packets. More...
#include <ble_util.hpp>
Private Member Functions | |
void | onResult (NimBLEAdvertisedDevice *dev) |
What to do when a device has been picked up by the scan. | |
Callbacks for BLE packets.
Provides a set of callbacks to handle identification, parsing and other stages of handling BLE devices and packets.
|
inlineprivate |
What to do when a device has been picked up by the scan.
Checks device advertisement for known sensor IDs. If recognized, then the packet is parsed.
[in] | dev | The packet received by the BLE stack. Contains information needed to identify the sensor as well as data. |