Zigbee Protocol Controller 1.6.0
zcl_profile_list_int.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
25#ifndef ZCL_PROFILE_LIST_H
26#define ZCL_PROFILE_LIST_H
27
28#include <list>
29#include "zigpc_common_zigbee.h"
30
38std::list<zcl_profile_t> &zigpc_zcl_profiles_get_profile_list(void);
39
40#endif // ZCL_PROFILE_LIST_H
41
std::list< zcl_profile_t > & zigpc_zcl_profiles_get_profile_list(void)
zigpc_zcl_profiles_get_profile_list Gives a reference to the internal profiles list so it can be mani...