mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 09:07:47 +00:00
[mac-filter] hide the mFiltered in public filter APIs (#3722)
This commit improves the `Mac::Filter` implementation. It mainly removes the internally used `mFiltered` variable from the public `otMacFilterEntry` definition and moves it inside `Mac::Filter` private definitions.
This commit is contained in:
committed by
Jonathan Hui
parent
b6a539c8d5
commit
c862afc6b3
@@ -99,7 +99,6 @@ typedef struct otMacFilterEntry
|
||||
{
|
||||
otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address
|
||||
int8_t mRssIn; ///< Received signal strength
|
||||
bool mFiltered; ///< Indicates whether or not this entry is filtered.
|
||||
} otMacFilterEntry;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user