Searched refs:aIndex (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/modules/openthread/platform/ |
D | settings.c | 220 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, in otPlatSettingsGet() argument 229 .target_index = aIndex in otPlatSettingsGet() 234 LOG_DBG("%s Entry aKey %u aIndex %d", __func__, aKey, aIndex); in otPlatSettingsGet() 242 aKey, aIndex, ret); in otPlatSettingsGet() 246 LOG_DBG("aKey %u aIndex %d not found", aKey, aIndex); in otPlatSettingsGet() 302 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete() argument 308 LOG_DBG("%s Entry aKey %u aIndex %d", __func__, aKey, aIndex); in otPlatSettingsDelete() 310 ret = ot_setting_delete_subtree(aKey, aIndex, true); in otPlatSettingsDelete() 312 LOG_DBG("Entry not found aKey %u aIndex %d", aKey, aIndex); in otPlatSettingsDelete()
|