ble_gap_adv_data_t

S112 SoftDevice v7.0.1 API

GAP advertising data buffers. More...

#include <ble_gap.h>

Detailed Description

GAP advertising data buffers.

The application must provide the buffers for advertisement. The memory shall reside in application RAM, and shall never be modified while advertising. The data shall be kept alive until either:

Field Documentation

ble_data_t ble_gap_adv_data_t::adv_data
                     Advertising data.
Note
Advertising data can only be specified for a ble_gap_adv_properties_t::type that is allowed to contain advertising data.
ble_data_t ble_gap_adv_data_t::scan_rsp_data
                Scan response data.
Note
Scan response data can only be specified for a ble_gap_adv_properties_t::type that is scannable.