BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bluetoe::runtime_custom_scan_response_data Struct Reference

option, that allows to define the scan response data at runtime More...

#include <bluetoe/custom_advertising.hpp>

Public Member Functions

void set_runtime_custom_scan_response_data (const std::uint8_t *begin, std::size_t buffer_size)
 set the scan response data to be used.
 

Detailed Description

option, that allows to define the scan response data at runtime

See also
auto_scan_response_data
custom_scan_response_data

Member Function Documentation

◆ set_runtime_custom_scan_response_data()

void bluetoe::runtime_custom_scan_response_data::set_runtime_custom_scan_response_data ( const std::uint8_t *  begin,
std::size_t  buffer_size 
)
inline

set the scan response data to be used.

The function copies to the data given by begin and buffer_size into an internal buffer.


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