![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
This structure notifies that an advertising set has been removed.
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. |
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.