Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
ePacket filtering functions More...
#include <zephyr/net_buf.h>
#include <zephyr/sys/util.h>
Go to the source code of this file.
Enumerations | |
enum | epacket_filter_flags { FILTER_FORWARD_ONLY_DECRYPTED = BIT(0) , FILTER_FORWARD_ONLY_TDF = BIT(1) , FILTER_FORWARD_ONLY_TDF_ANNOUNCE = BIT(2) } |
Functions | |
bool | epacket_gateway_forward_filter (uint8_t flags, uint8_t percent, struct net_buf *buf) |
Determine whether a packet should be forwarded. | |
ePacket filtering functions
SPDX-License-Identifier: FSL-1.1-ALv2