|
Nol.A SDK Library
25.8.1
For IoT System Software Development
|
The model of a BLE service. More...
#include <BLEService.hpp>
Public Member Functions | |
| void | addCharacteristic (BLECharacteristic *pCharacteristic) |
| BLECharacteristic * | createCharacteristic (const char *uuid, uint32_t properties) |
| BLECharacteristic * | createCharacteristic (BLEUUID uuid, uint32_t properties) |
| void | dump () |
| void | executeCreate (BLEServer *pServer) |
| void | executeDelete () |
| BLECharacteristic * | getCharacteristic (const char *uuid) |
| BLECharacteristic * | getCharacteristic (BLEUUID uuid) |
| BLEUUID | getUUID () |
| BLEServer * | getServer () |
| void | start () |
| void | stop () |
| std::string | toString () |
| uint16_t | getHandle () |
Public Attributes | |
| uint8_t | m_instId = 0 |
The model of a BLE service.