Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
filter.h File Reference

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.
 

Detailed Description

ePacket filtering functions

Author
Jordan Yates jorda.nosp@m.n@em.nosp@m.beint.nosp@m..com

SPDX-License-Identifier: FSL-1.1-ALv2