Tasmota/lib/libesp32/RadioLib/examples/NonArduino/Tock/libtock-c/simple-ble
2024-02-23 16:20:09 +01:00
..
include Prep LoRa 2 2024-02-23 16:20:09 +01:00
gap.c Prep LoRa 2 2024-02-23 16:20:09 +01:00
Makefile Prep LoRa 2 2024-02-23 16:20:09 +01:00
README.md Prep LoRa 2 2024-02-23 16:20:09 +01:00

Simple BLE Library

A library for simplifying interactions with a BLE radio. So far, this library helps serialize GAP advertizing data as defined in the Bluetooth Core Specification Supplement (CSS).

Using simple-ble in Tock

To use simple-ble, add the following include to the application's Makefile:

EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/simple-ble

To make sure the library is compiled when compiling your process, you can also add:

include $(TOCK_USERLAND_BASE_DIR)/simple-ble/Makefile