Home
last modified time | relevance | path

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

/openthread-3.6.0/examples/platforms/utils/
Dsettings_ram.c163 const uint16_t newBlockLength = sizeof(struct settingsBlock) + aValueLength; in otPlatSettingsAdd() local
165 if (sSettingsBufLength + newBlockLength <= sizeof(sSettingsBuf)) in otPlatSettingsAdd()
172 sSettingsBufLength += newBlockLength; in otPlatSettingsAdd()