ble_gap_evt_adv_set_terminated_t

S132 SoftDevice v6.0.0 API

Event structure for BLE_GAP_EVT_ADV_SET_TERMINATED . More...

#include <ble_gap.h>

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 .