pub unsafe extern "C" fn bt_le_ext_adv_stop(
adv: *mut bt_le_ext_adv,
) -> i32
Expand description
@brief Stop advertising with the given advertising set
Stop advertising with a specific advertising set. When using this function the advertising sent callback will not be called.
@param adv Advertising set object.
@return Zero on success or (negative) error code otherwise.