Function esp_idf_svc::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,
) -> i32
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