|
MeshX 0.4
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.
|
Structure to hold context information for BLE Mesh operations. More...
#include <meshx_ble_mesh_cmn.h>
Data Fields | |
| uint16_t | app_idx |
| uint16_t | net_idx |
| uint32_t | opcode |
| uint16_t | src_addr |
| uint16_t | dst_addr |
| meshx_ptr_t | p_ctx |
Structure to hold context information for BLE Mesh operations.
| uint16_t meshx_ctx::app_idx |
| uint16_t meshx_ctx::dst_addr |
Source address. Not used by client models
| uint16_t meshx_ctx::net_idx |
AppKey Index. Used by client models
| uint32_t meshx_ctx::opcode |
NetKey Index. Used by client models
| meshx_ptr_t meshx_ctx::p_ctx |
Destination address. Not used by client models
| uint16_t meshx_ctx::src_addr |
Opcode. Used by client models