Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c44 static const char smp_images_str[] = "images"; variable
45 #define IMAGES_STR_LEN (sizeof(smp_images_str) - 1)
90 if (value.len != IMAGES_STR_LEN || memcmp(value.value, smp_images_str, IMAGES_STR_LEN)) { in image_state_res_fn()