Zigbee Protocol Controller 1.6.0
attribute_management_process.h
Go to the documentation of this file.
1/*******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 *******************************************************************************
5 *
6 * The licensor of this software is Silicon Laboratories Inc. Your use of this
7 * software is governed by the terms of Silicon Labs Master Software License
8 * Agreement (MSLA) available at
9 * www.silabs.com/about-us/legal/master-software-license-agreement. This
10 * software is distributed to you in Source Code format and is governed by the
11 * sections of the MSLA applicable to Source Code.
12 *
13 ******************************************************************************/
14
26#ifndef ATTRIBUTE_MANAGEMENT_PROCESS_H
27#define ATTRIBUTE_MANAGEMENT_PROCESS_H
28
29#include "sl_status.h"
30
39
49
50#endif //ATTRIBUTE_MANAGEMENT_PROCESS_H
51
int attribute_management_shutdown(void)
attribute_management_shutdown - graceful shuts down all parts of the attribute_management component,...
Definition: attribute_management_process.c:53
sl_status_t attribute_management_setup(void)
attribute_management_setup - sets up the parts of the software used by the attribute manager
Definition: attribute_management_process.c:41
uint32_t sl_status_t
Definition: sl_status.h:139
SL Status Codes.