|
Nol.A SDK Library
25.8.1
For IoT System Software Development
|
A data structure that manages the BLE servers owned by a BLE server. More...
#include <BLEServer.hpp>
Public Member Functions | |
| BLEService * | getByHandle (uint16_t handle) |
| BLEService * | getByUUID (const char *uuid) |
| BLEService * | getByUUID (BLEUUID uuid, uint8_t inst_id=0) |
| void | handleGATTServerEvent (void *) |
| void | setByHandle (uint16_t handle, BLEService *service) |
| void | setByUUID (const char *uuid, BLEService *service) |
| void | setByUUID (BLEUUID uuid, BLEService *service) |
| std::string | toString () |
| BLEService * | getFirst () |
| BLEService * | getNext () |
| void | removeService (BLEService *service) |
| int | getRegisteredServiceCount () |
A data structure that manages the BLE servers owned by a BLE server.