Function esp_idf_sys::esp_ble_gap_periodic_adv_recv_enable

source ยท
pub unsafe extern "C" fn esp_ble_gap_periodic_adv_recv_enable(
    sync_handle: u16,
    enable: u8,
) -> esp_err_t
Expand description

@brief This function is used to set periodic advertising receive enable

@param[in] sync_handle : Handle of periodic advertising sync @param[in] enable : Determines whether reporting and duplicate filtering are enabled or disabled

@return - ESP_OK : success - other : failed