simplersble 0.11.0-dev23

The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <simpleble/export.h>

#include <simpleble/Types.h>

namespace SimpleBLE {

OperatingSystem SIMPLEBLE_EXPORT get_operating_system();

std::string SIMPLEBLE_EXPORT get_simpleble_version();

}  // namespace SimpleBLE