S140 SoftDevice v7.2.0
Data Fields
ble_gap_evt_adv_set_terminated_t Struct Reference

Event structure for BLE_GAP_EVT_ADV_SET_TERMINATED. More...

#include <ble_gap.h>

Data Fields

uint8_t reason
 
uint8_t adv_handle
 
uint8_t num_completed_adv_events
 
ble_gap_adv_data_t adv_data
 

Detailed Description

Event structure for BLE_GAP_EVT_ADV_SET_TERMINATED.

Field Documentation

ble_gap_adv_data_t ble_gap_evt_adv_set_terminated_t::adv_data
                       Advertising buffers corresponding to the terminated

advertising set. The advertising buffers provided in sd_ble_gap_adv_set_configure are now released.

uint8_t ble_gap_evt_adv_set_terminated_t::adv_handle

Advertising handle in which advertising has ended.

uint8_t ble_gap_evt_adv_set_terminated_t::num_completed_adv_events
       If @ref ble_gap_adv_params_t::max_adv_evts was not set to 0,

this field indicates the number of completed advertising events.

uint8_t ble_gap_evt_adv_set_terminated_t::reason
                         Reason for why the advertising set terminated. See

GAP Advertising Set Terminated reasons.


Documentation feedback | Developer Zone | Subscribe | Updated