pub unsafe extern "C" fn bt_le_ext_adv_delete(
adv: *mut bt_le_ext_adv,
) -> i32
Expand description
@brief Delete advertising set.
Delete advertising set. This will free up the advertising set and make it possible to create a new advertising set if the limit @kconfig{CONFIG_BT_EXT_ADV_MAX_ADV_SET} was reached.
@return Zero on success or (negative) error code otherwise.