Function esp_idf_svc::sys::esp_ble_gap_periodic_adv_create_sync
source ยท pub unsafe extern "C" fn esp_ble_gap_periodic_adv_create_sync(
params: *const esp_ble_gap_periodic_adv_sync_params_t,
) -> i32
Expand description
@brief This function is used to synchronize with periodic advertising from an advertiser and begin receiving periodic advertising packets.
@param[in] params : sync parameters
@return - ESP_OK : success - other : failed