Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1218 uint32_t standardDataLength; in FileManagerSetMaxFrameLength() local
1228 standardDataLength = maxFrameLength - offsetof(FileDataFrame, blockPayload); in FileManagerSetMaxFrameLength()
1229 if (standardDataLength <= GCM_ADDED_LEN) { in FileManagerSetMaxFrameLength()