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

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)
 
BLECharacteristicgetByUUID (const char *uuid)
 
BLECharacteristicgetByUUID (BLEUUID uuid)
 
BLECharacteristicgetByHandle (uint16_t handle)
 
BLECharacteristicgetFirst ()
 
BLECharacteristicgetNext ()
 
std::string toString ()
 
void handleGATTServerEvent (void *)
 

Detailed Description

A data mapping used to manage the set of BLE characteristics known to the server.


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