LBLE Library API Guide
The LBLE library provides 3 major singleton objects and several other classes to expose BLE GATT functionalities.
LBLE, for initializing underlying Bluetooth subsystems.
LBLEPeripheral, for creating BLE peripheral devices such as beacons.
LBLECentral, for scanning nearby peripheral devices and connect to them.
This guide provides a more detailed description on each class and objects. To have an overview, head to the Using Bluetooth page instead.
Choose the object/class below to learn more about them:
Last updated