|
Nol.A SDK Library
25.8.1
For IoT System Software Development
|
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 () |
Advertisement data set by the programmer to be published by the BLE server.