[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:
Abtin Keshavarzian
2019-04-02 10:20:22 -07:00
committed by Jonathan Hui
parent b6a539c8d5
commit c862afc6b3
3 changed files with 116 additions and 113 deletions
-1
View File
@@ -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;
/**