pub unsafe extern "C" fn bt_le_per_adv_stop(
adv: *mut bt_le_ext_adv,
) -> i32
Expand description
@brief Stops periodic advertising.
Disabling the periodic advertising can be done independently of extended advertising. Disabling periodic advertising will not disable extended advertising.
@param adv Advertising set object.
@return Zero on success or (negative) error code otherwise.