pub unsafe extern "C" fn esp_nan_internal_datapath_resp(
    resp: *mut wifi_nan_datapath_resp_t
) -> esp_err_t
Expand description

@brief Send Datapath Response to accept or reject the received request

@attention This API should be called on the Publisher after receiving WIFI_EVENT_NDP_INDICATION event.

@param resp NAN Datapath Response parameters.

@return

  • ESP_OK: succeed
  • others: failed