Searched refs:newBlockLength (Results 1 – 1 of 1) sorted by relevance
163 const uint16_t newBlockLength = sizeof(struct settingsBlock) + aValueLength; in otPlatSettingsAdd() local165 if (sSettingsBufLength + newBlockLength <= sizeof(sSettingsBuf)) in otPlatSettingsAdd()172 sSettingsBufLength += newBlockLength; in otPlatSettingsAdd()