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

Advertisement data set by the programmer to be published by the BLE server. More...

#include <BLEAdvertising.hpp>

Public Types

enum  { MAX_LEN = 31 }
 

Public Member Functions

void setAppearance (uint16_t appearance)
 
void setCompleteServices (BLEUUID uuid)
 
void setFlags (uint8_t)
 
void setManufacturerData (std::string data)
 
void setName (std::string name)
 
void setPartialServices (BLEUUID uuid)
 
void setServiceData (BLEUUID uuid, std::string data)
 
void setShortName (std::string name)
 
void addData (std::string data)
 
std::string getPayload ()
 

Detailed Description

Advertisement data set by the programmer to be published by the BLE server.


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