simplersble 0.11.0-dev21

The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects.
Documentation
#pragma once

#include <simpleble/export.h>
#include <simpleble_c/adapter.h>
#include <simpleble_c/peripheral.h>

#ifdef __cplusplus
extern "C" {
#endif

/**
 * @brief Wrapper around free() to allow memory to be cleared
 *        within the library.
 *
 * @param handle
 */
SIMPLEBLE_EXPORT void simpleble_free(void* handle);

#ifdef __cplusplus
}
#endif