Zigbee Protocol Controller 1.6.0
unify_dotdot_attribute_store_group_cluster.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2023 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
21#ifndef UNIFY_DOTDOT_ATTRIBUTE_STORE_GROUP_CLUSTER_H
22#define UNIFY_DOTDOT_ATTRIBUTE_STORE_GROUP_CLUSTER_H
23
24#include "sl_status.h"
25#include <stdbool.h>
26#include "uic_typedefs.h"
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
42 dotdot_endpoint_id_t endpoint_id,
43 uint16_t group_id);
52
53#ifdef __cplusplus
54}
55#endif
56
57#endif //UNIFY_DOTDOT_ATTRIBUTE_STORE_GROUP_CLUSTER_H
bool is_unid_endpoint_in_group(dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, uint16_t group_id)
Helper function indicating if a UNID/Endpoint is part of a group.
sl_status_t unify_dotdot_attribute_store_group_cluster_init()
Initialize the ZCL Group cluster server.
uint32_t sl_status_t
Definition: sl_status.h:139
SL Status Codes.
Generic type definitions for Unify.
uint8_t dotdot_endpoint_id_t
Definition: uic_typedefs.h:38
const char * dotdot_unid_t
Definition: uic_typedefs.h:39