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

A management structure for BLE descriptors. More...

#include <BLECharacteristic.hpp>

Public Member Functions

void setByUUID (const char *uuid, BLEDescriptor *pDescriptor)
 
void setByUUID (BLEUUID uuid, BLEDescriptor *pDescriptor)
 
void setByHandle (uint16_t handle, BLEDescriptor *pDescriptor)
 
BLEDescriptorgetByUUID (const char *uuid)
 
BLEDescriptorgetByUUID (BLEUUID uuid)
 
BLEDescriptorgetByHandle (uint16_t handle)
 
std::string toString ()
 
void handleGATTServerEvent (void *info)
 
BLEDescriptorgetFirst ()
 
BLEDescriptorgetNext ()
 

Detailed Description

A management structure for BLE descriptors.


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