pub unsafe extern "C" fn esp_ble_gap_set_periodic_adv_sync_trans_params(
addr: *mut u8,
params: *const esp_ble_gap_past_params_t,
) -> i32
Expand description
@brief This function is used to set periodic advertising sync transfer params
@param[in] addr : Peer device address @param[in] params : Params of periodic advertising sync transfer
@return - ESP_OK : success - other : failed