Searched refs:byteCount (Results 1 – 2 of 2) sorted by relevance
1077 uint8_t stringLength = 0, byteCount = 0; in whd_str_to_ip() local1104 addr[byteCount++] = (uint8_t)byte; in whd_str_to_ip()1107 if (byteCount == 4) in whd_str_to_ip()
1460 …uint32_t attrLength = eventParam->handleValueList.byteCount; /* Number of elements on list in b… in Cy_BLE_FindInfoEventHandler()