Searched refs:DEVICE_TYPE_STR_LEN (Results 1 – 2 of 2) sorted by relevance
56 static const uint8_t DEVICE_TYPE_STR_LEN = 32; variable
75 const static uint8_t DEVICE_TYPE_STR_LEN = 24; variable368 …(deviceType == nullptr || (strlen(deviceType) == 0) || strlen(deviceType) >= DEVICE_TYPE_STR_LEN) { in InitDeviceInfo()