|
Z-Wave Protocol Controller Reference
|
#include "zwave_s0_network.h"#include "zwave_s0_internal.h"#include "zwave_s0_sm.h"#include "zwave_s0_transport.h"#include "sl_log.h"#include "s2_keystore.h"Macros | |
| #define | LOG_TAG "zwave_s0_network" |
Functions | |
| void | zwave_s0_start_bootstrapping (zwave_node_id_t node_id, uint8_t is_controller) |
| Start the S0 add node process. More... | |
| sl_status_t | zwave_s0_network_init () |
| Initialize the S0 network layer. More... | |
| void | zwave_s0_set_network_callbacks (const s0_on_bootstrapping_complete_cb cb) |
| Set callback function for the S0 inclusion. This function ptr is saved internally in s0. More... | |
| void | zwave_s0_stop_bootstrapping () |
| Stop the S2 bootstrapping. More... | |
| void | zwave_s0_start_learn_mode (zwave_node_id_t our_nodeid) |
| Start S0 learn mode. More... | |
| #define LOG_TAG "zwave_s0_network" |