|
Nol.A SDK Library
25.8.1
For IoT System Software Development
|
A model of a BLE descriptor. More...
#include <BLEDescriptor.hpp>
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 () |
A model of a BLE descriptor.