Searched refs:group_list (Results 1 – 1 of 1) sorted by relevance
635 u16_t group_list[CONFIG_BT_MESH_MODEL_GROUP_COUNT] = {0}; in genie_at_cmd_mesh_group() local646 group_list[i] = strtoul(argv[i + 1], NULL, 0); in genie_at_cmd_mesh_group()647 if (group_list[i] < GENIE_ADDR_MIN || group_list[i] > GENIE_ADDR_MAX) in genie_at_cmd_mesh_group()654 if (genie_storage_write_sub(group_list) != GENIE_STORAGE_SUCCESS) in genie_at_cmd_mesh_group()670 u16_t group_list[CONFIG_BT_MESH_MODEL_GROUP_COUNT] = {0}; in genie_at_cmd_mesh_group_query() local681 if (genie_storage_read_sub(group_list) != GENIE_STORAGE_SUCCESS) in genie_at_cmd_mesh_group_query()689 if (len < (sizeof(result) - 5) && group_list[i] != 0x0000) in genie_at_cmd_mesh_group_query()691 len += snprintf(result + len, sizeof(result) - len, "0x%04X,", group_list[i]); in genie_at_cmd_mesh_group_query()
Completed in 3 milliseconds