BlueToe
an alternative GATT/BLE implementation
|
provides data to be advertised at runtime More...
#include <bluetoe/custom_advertising.hpp>
Public Member Functions | |
void | set_runtime_custom_advertising_data (const std::uint8_t *begin, std::size_t buffer_size) |
set the advertising data to be used. | |
provides data to be advertised at runtime
Add the set_runtime_custom_advertising_data() function to the server. By default, the advertings data is of length 0.
|
inline |
set the advertising data to be used.
The function copies to the data given by begin and buffer_size into an internal buffer.