zephyr::raw

Function bt_le_ext_adv_delete

Source
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.

@return Zero on success or (negative) error code otherwise.