S112 SoftDevice v6.0.0
Data Fields
ble_gap_adv_data_t Struct Reference

GAP advertising data buffers. More...

#include <ble_gap.h>

Data Fields

ble_data_t adv_data
 
ble_data_t scan_rsp_data
 

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.

Documentation feedback | Developer Zone | Subscribe | Updated