simplersble 0.10.4-dev13

The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects.
Documentation
1
2
3
4
5
#include <simpleble_c/simpleble.h>

#include <cstdlib>

void simpleble_free(void* handle) { free(handle); }