|
Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <access.h>#include "nrf_mesh.h"
Go to the source code of this file.
Namespaces | |
| namespace | MeshUtil |
| Mesh utils without dependencies on mesh SDK. | |
Functions | |
| int8_t | MeshUtil::getRssi (const nrf_mesh_rx_metadata_t *metaData) |
| Get the RSSI from meta data. More... | |
| uint8_t | MeshUtil::getChannel (const nrf_mesh_rx_metadata_t *metaData) |
| MeshMsgEvent | MeshUtil::fromAccessMessageRX (const access_message_rx_t &accessMsg) |
| Factory method because a constructor would pollute the struct. More... | |
| void | MeshUtil::printMeshAddress (const char *prefix, const nrf_mesh_address_t *addr) |
| Print a mesh address. More... | |