| 
    Nol.A SDK Library
    25.8.1
    
   For IoT System Software Development 
   | 
 
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) | 
| BLEDescriptor * | getByUUID (const char *uuid) | 
| BLEDescriptor * | getByUUID (BLEUUID uuid) | 
| BLEDescriptor * | getByHandle (uint16_t handle) | 
| std::string | toString () | 
| void | handleGATTServerEvent (void *info) | 
| BLEDescriptor * | getFirst () | 
| BLEDescriptor * | getNext () | 
A management structure for BLE descriptors.