pub unsafe extern "C" fn esp_nan_internal_send_followup(
    fup_params: *const wifi_nan_followup_params_t
) -> esp_err_t
Expand description

@brief Send Follow-up to the Publisher with matching service

@attention This API should be called after WIFI_EVENT_NAN_SVC_MATCH event is received.

@param fup_params Configuration parameters for sending a Follow-up to the Peer.

@return

  • ESP_OK: succeed
  • others: failed