mesh: add MESH_NETWORK_PACKET and MESH_BEACON_PACKET

This commit is contained in:
Matthias Ringwald 2018-11-21 16:16:36 +01:00
parent b177cd1d67
commit 14fe90b179

View File

@ -120,6 +120,12 @@ typedef uint8_t sm_key_t[16];
// Mesh Provisioning PDU
#define PROVISIONING_DATA_PACKET 0x11
// Mesh Network PDU
#define MESH_NETWORK_PACKET 0x11
// Mesh Network PDU
#define MESH_BEACON_PACKET 0x12
// debug log messages
#define LOG_MESSAGE_PACKET 0xfc