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 timeout or number of advertising events the application will be notified by the advertiser 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.
@param adv Advertising set object. @param param Advertise start parameters.