Zephyr API Documentation 3.7.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
24#define ENUM_MGMT_ID_COUNT 0
25#define ENUM_MGMT_ID_LIST 1
26#define ENUM_MGMT_ID_SINGLE 2
27#define ENUM_MGMT_ID_DETAILS 3
28
48
53#ifdef __cplusplus
54}
55#endif
56
57#endif /* H_ENUM_MGMT_ */
enum_mgmt_err_code_t
Command result codes for enumeration management group.
Definition enum_mgmt.h:32
@ ENUM_MGMT_ERR_TOO_MANY_GROUP_ENTRIES
Too many entries were provided.
Definition enum_mgmt.h:40
@ ENUM_MGMT_ERR_UNKNOWN
Unknown error occurred.
Definition enum_mgmt.h:37
@ ENUM_MGMT_ERR_OK
No error, this is implied if there is no ret value in the response.
Definition enum_mgmt.h:34
@ ENUM_MGMT_ERR_INSUFFICIENT_HEAP_FOR_ENTRIES
Insufficient heap memory to store entry data.
Definition enum_mgmt.h:43
@ ENUM_MGMT_ERR_INDEX_TOO_LARGE
Provided index is larger than the number of supported grouped.
Definition enum_mgmt.h:46