Z-Wave Protocol Controller Reference
zwave_s0_network.h File Reference
#include <stdint.h>
#include "zwave_network_management.h"
Include dependency graph for zwave_s0_network.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* s0_on_bootstrapping_complete_cb) (zwave_keyset_t granted_keys, zwave_kex_fail_type_t kex_fail_code)
 

Functions

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_start_bootstrapping (zwave_node_id_t node_id, uint8_t is_controller)
 Start the S0 add node process. 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...