Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/
A Dzconfig_protocol.h65 #define MAX_PKG_NUMS (128) macro
72 (GROUP_FRAME + MAX_PKG_NUMS / GROUP_NUMBER) /* exclusive */
107 struct package pkg[2][MAX_PKG_NUMS];
/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/
A Dawss_smartconfig.c100 return len >= MAX_PKG_NUMS ? (MAX_PKG_NUMS - GROUP_NUMBER - 1) : len; in zconfig_get_data_len()
757 if (j > GROUP_NUMBER || i >= MAX_PKG_NUMS) { in try_to_sync_pos()
1053 if (index > GROUP_NUMBER || pos >= MAX_PKG_NUMS) { in awss_recv_callback_smartconfig()
1149 if (pos >= MAX_PKG_NUMS || pos <= 0) { in awss_recv_callback_smartconfig()

Completed in 5 milliseconds