Nol.A SDK Library  24.11.0
For IoT System Software Development
Public Member Functions | Public Attributes | List of all members
BLEService Class Reference

The model of a BLE service. More...

#include <BLEService.hpp>

Public Member Functions

void addCharacteristic (BLECharacteristic *pCharacteristic)
 
BLECharacteristiccreateCharacteristic (const char *uuid, uint32_t properties)
 
BLECharacteristiccreateCharacteristic (BLEUUID uuid, uint32_t properties)
 
void dump ()
 
void executeCreate (BLEServer *pServer)
 
void executeDelete ()
 
BLECharacteristicgetCharacteristic (const char *uuid)
 
BLECharacteristicgetCharacteristic (BLEUUID uuid)
 
BLEUUID getUUID ()
 
BLEServergetServer ()
 
void start ()
 
void stop ()
 
std::string toString ()
 
uint16_t getHandle ()
 

Public Attributes

uint8_t m_instId = 0
 

Detailed Description

The model of a BLE service.


The documentation for this class was generated from the following file: