Function esp_idf_sys::esp_ble_gap_periodic_adv_sync_terminate

source ยท
pub unsafe extern "C" fn esp_ble_gap_periodic_adv_sync_terminate(
    sync_handle: u16,
) -> esp_err_t
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