mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
Fix naming issue with otIsReceiveIp6DatagramFilterEnabled(). (#489)
This commit is contained in:
@@ -1049,7 +1049,7 @@ void otSetReceiveIp6DatagramCallback(otReceiveIp6DatagramCallback aCallback, voi
|
||||
Ip6::Ip6::SetReceiveDatagramCallback(aCallback, aCallbackContext);
|
||||
}
|
||||
|
||||
bool otGetReceiveIp6DatagramFilterEnabled(void)
|
||||
bool otIsReceiveIp6DatagramFilterEnabled(void)
|
||||
{
|
||||
return Ip6::Ip6::IsReceiveIp6FilterEnabled();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user