Home
last modified time | relevance | path

Searched refs:WAIT_DATA_FRAME_WAIT_US (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c23 #define WAIT_DATA_FRAME_WAIT_US 5 /* Spend 5us to read one file data frame. */ macro
215 (void)usleep(WAIT_DATA_FRAME_WAIT_US); in DoSendDataFrame()