Z-Wave Protocol Controller Reference
zwave_smartstart_management.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 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
30#ifndef ZWAVE_SMARTSTART_MANAGEMENT_H
31#define ZWAVE_SMARTSTART_MANAGEMENT_H
32
34
35#ifdef __cplusplus
36extern "C" {
37#endif
51 uint8_t obfuscated_bytes);
52#ifdef __cplusplus
53}
54#endif
55
56#endif //ZWAVE_SMARTSTART_MANAGEMENT_H
uint8_t zwave_dsk_t[ZWAVE_DSK_LENGTH]
Definition: zwave_controller_types.h:41
bool find_dsk_obfuscated_bytes_from_smart_start_list(zwave_dsk_t dsk, uint8_t obfuscated_bytes)
Verify if the device DSK is in smart list by comparing DSK sent in the param with full DSK in smart s...