Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
enum_mgmt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef H_ENUM_MGMT_
8#define H_ENUM_MGMT_
9
17#ifdef __cplusplus
18extern "C" {
19#endif
20
25#define ENUM_MGMT_ID_COUNT 0
26#define ENUM_MGMT_ID_LIST 1
27#define ENUM_MGMT_ID_SINGLE 2
28#define ENUM_MGMT_ID_DETAILS 3
52
57#ifdef __cplusplus
58}
59#endif
60
61#endif /* H_ENUM_MGMT_ */
enum_mgmt_err_code_t
Command result codes for enumeration management group.
Definition enum_mgmt.h:36
@ ENUM_MGMT_ERR_TOO_MANY_GROUP_ENTRIES
Too many entries were provided.
Definition enum_mgmt.h:44
@ ENUM_MGMT_ERR_UNKNOWN
Unknown error occurred.
Definition enum_mgmt.h:41
@ ENUM_MGMT_ERR_OK
No error, this is implied if there is no ret value in the response.
Definition enum_mgmt.h:38
@ ENUM_MGMT_ERR_INSUFFICIENT_HEAP_FOR_ENTRIES
Insufficient heap memory to store entry data.
Definition enum_mgmt.h:47
@ ENUM_MGMT_ERR_INDEX_TOO_LARGE
Provided index is larger than the number of supported grouped.
Definition enum_mgmt.h:50