Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_rem_adv_set_evt_t Struct Reference

This structure notifies that an advertising set has been removed. More...

Data Fields

uint8_t remove_op
 This field indicates that the advertising set has been removed or cleared. More...
 
uint8_t adv_hdl
 Advertising handle identifying the advertising set which has been removed. More...
 

Detailed Description

This structure notifies that an advertising set has been removed.

Field Documentation

◆ remove_op

uint8_t st_ble_gap_rem_adv_set_evt_t::remove_op

This field indicates that the advertising set has been removed or cleared.

value description
0x01 The advertising set has been removed.
0x02 The advertising set has been cleared.

◆ adv_hdl

uint8_t st_ble_gap_rem_adv_set_evt_t::adv_hdl

Advertising handle identifying the advertising set which has been removed.

If the advertising set has been cleared, this field is ignored.