Home
last modified time | relevance | path

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

/external/nos/host/generic/nugget/include/
Dapplication.h241 #define STATUS_MIN_LENGTH 0x10 macro
/external/nos/host/generic/libnos_transport/
Dtransport.c175 if (length < STATUS_MIN_LENGTH || length > STATUS_MAX_LENGTH) { in get_status()