pub unsafe extern "C" fn bt_le_per_adv_set_info_transfer(
adv: *const bt_le_ext_adv,
conn: *const bt_conn,
service_data: u16,
) -> i32
Expand description
@brief Transfer the information about a periodic advertising set.
This will allow another device to quickly synchronize to periodic advertising set from this device.
@param adv The periodic advertising set to transfer info of. @param conn The peer device that will receive the information. @param service_data Application service data provided to the remote host.
@return Zero on success or (negative) error code otherwise.