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

A model of a BLE descriptor. More...

#include <BLEDescriptor.hpp>

Inheritance diagram for BLEDescriptor:
BLE2902 BLE2904

Public Member Functions

 BLEDescriptor (const char *uuid, uint16_t max_len=100)
 
 BLEDescriptor (BLEUUID uuid, uint16_t max_len=100)
 
uint16_t getHandle ()
 
size_t getLength ()
 
BLEUUID getUUID ()
 
uint8_t * getValue ()
 
void handleGATTServerEvent (void *info)
 
void setAccessPermissions (ble_gatt_perm_t perm)
 
void setCallbacks (BLEDescriptorCallbacks *pCallbacks)
 
void setValue (uint8_t *data, size_t size)
 
void setValue (std::string value)
 
std::string toString ()
 

Detailed Description

A model of a BLE descriptor.


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