pub unsafe extern "C" fn bt_le_per_adv_sync_subevent(
per_adv_sync: *mut bt_le_per_adv_sync,
params: *mut bt_le_per_adv_sync_subevent_params,
) -> i32
Expand description
@brief Synchronize with a subset of subevents
Until this command is issued, the subevent(s) the controller is synchronized to is unspecified.
@param per_adv_sync The periodic advertising sync object. @param params Parameters.
@return 0 in case of success or negative value in case of error.