simplersble 0.10.4-dev14

The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects.
Documentation
#include "simpleble/Advanced.h"

#if defined(_WIN32)
    // Windows code

#endif

#if TARGET_OS_OSX
    // macOS code

#endif

#if TARGET_OS_IOS
    // iOS code

#endif

#if defined(__ANDROID__)
    // Android code

#endif

#if defined(__linux__) && !defined(__ANDROID__)
    // Linux code

#endif