Function esp_idf_sys::esp_nan_internal_datapath_req
source ยท pub unsafe extern "C" fn esp_nan_internal_datapath_req(
req: *mut wifi_nan_datapath_req_t,
ndp_id: *mut u8,
) -> esp_err_t
Expand description
@brief Send Datapath Request to the Publisher with matching service
@attention This API should be called after WIFI_EVENT_NAN_SVC_MATCH event is received.
@param req NAN Datapath Request parameters.
@return
- ESP_OK: succeed
- others: failed