|
Nol.A SDK Library
25.8.1
For IoT System Software Development
|
A data mapping used to manage the set of BLE characteristics known to the server. More...
#include <BLEService.hpp>
Public Member Functions | |
| void | setByUUID (BLECharacteristic *pCharacteristic, const char *uuid) |
| void | setByUUID (BLECharacteristic *pCharacteristic, BLEUUID uuid) |
| void | setByHandle (uint16_t handle, BLECharacteristic *pCharacteristic) |
| BLECharacteristic * | getByUUID (const char *uuid) |
| BLECharacteristic * | getByUUID (BLEUUID uuid) |
| BLECharacteristic * | getByHandle (uint16_t handle) |
| BLECharacteristic * | getFirst () |
| BLECharacteristic * | getNext () |
| std::string | toString () |
| void | handleGATTServerEvent (void *) |
A data mapping used to manage the set of BLE characteristics known to the server.