esp_idf_svc::sys

Function esp_ble_gap_periodic_adv_sync_terminate

Source
pub unsafe extern "C" fn esp_ble_gap_periodic_adv_sync_terminate(
    sync_handle: u16,
) -> i32
Expand description

@brief This function is used to stop reception of the periodic advertising identified by the Sync Handle parameter.

@param[in] sync_handle : identify the periodic advertiser

@return - ESP_OK : success - other : failed