Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h30 #define NSTACKX_MAX_SENDMSG_DATA_LEN 512 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c1396 if (data == NULL || len == 0 || len > NSTACKX_MAX_SENDMSG_DATA_LEN) { in NSTACKX_SendMsgParamCheck()