MeshX 0.3
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
Configuration Server model state change value union. More...
#include <meshx_ble_mesh_config_srv.h>
Configuration Server model state change value union.
Definition at line 131 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_appkey_add_t meshx_cfg_srv_state_change_t::appkey_add |
Config AppKey Add
Definition at line 142 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_appkey_delete_t meshx_cfg_srv_state_change_t::appkey_delete |
Config AppKey Delete
Definition at line 144 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_appkey_update_t meshx_cfg_srv_state_change_t::appkey_update |
Config AppKey Update
Definition at line 143 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_kr_phase_set_t meshx_cfg_srv_state_change_t::kr_phase_set |
Config Key Refresh Phase Set
Definition at line 147 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_model_app_bind_t meshx_cfg_srv_state_change_t::mod_app_bind |
Config Model App Bind
Definition at line 145 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_model_app_unbind_t meshx_cfg_srv_state_change_t::mod_app_unbind |
Config Model App Unbind
Definition at line 146 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_mod_pub_set_t meshx_cfg_srv_state_change_t::mod_pub_set |
The recv_op in ctx can be used to decide which state is changed. Config Model Publication Set
Definition at line 135 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_mod_pub_va_set_t meshx_cfg_srv_state_change_t::mod_pub_va_set |
Config Model Publication Virtual Address Set
Definition at line 136 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_model_sub_add_t meshx_cfg_srv_state_change_t::mod_sub_add |
Config Model Subscription Add
Definition at line 137 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_model_sub_delete_t meshx_cfg_srv_state_change_t::mod_sub_delete |
Config Model Subscription Delete
Definition at line 138 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_netkey_add_t meshx_cfg_srv_state_change_t::netkey_add |
Config NetKey Add
Definition at line 139 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_netkey_delete_t meshx_cfg_srv_state_change_t::netkey_delete |
Config NetKey Delete
Definition at line 141 of file meshx_ble_mesh_config_srv.h.
meshx_state_change_cfg_netkey_update_t meshx_cfg_srv_state_change_t::netkey_update |
Config NetKey Update
Definition at line 140 of file meshx_ble_mesh_config_srv.h.