SimpleBLE

API Reference

Architecture overview and API documentation for SimpleBLE.

The following notes provide an overview of the architecture of some of the higher-level classes in the library, as to facilitate their understanding.

Standard API

  • SimpleBLE::Adapter
  • SimpleBLE::Peripheral
  • SimpleBLE::Service
  • SimpleBLE::Characteristic
  • SimpleBLE::Descriptor
  • SimpleBLE::ByteArray

Safe API

  • SimpleBLE::Safe::Adapter
  • SimpleBLE::Safe::Peripheral

C API

  • adapter.h
  • peripheral.h

External API

  • kvn::bytearray

Note: Full Doxygen-generated API documentation will be integrated here soon.

On this page