pub unsafe extern "C" fn bt_le_ext_adv_start(
adv: *mut bt_le_ext_adv,
param: *const bt_le_ext_adv_start_param,
) -> i32
Expand description
@brief Start advertising with the given advertising set
If the advertiser is limited by either the @p param.timeout or @p param.num_events, the application will be notified by the @ref bt_le_ext_adv_cb.sent callback once the limit is reached. If the advertiser is limited by both the timeout and the number of advertising events, then the limit that is reached first will stop the advertiser.
@note The advertising set @p adv can be created with @ref bt_le_ext_adv_create.
@param adv Advertising set object. @param param Advertise start parameters.