Home
last modified time | relevance | path

Searched refs:otMessageIsLinkSecurityEnabled (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dmessage.h201 bool otMessageIsLinkSecurityEnabled(const otMessage *aMessage);
/openthread-latest/src/core/api/
Dmessage_api.cpp50 bool otMessageIsLinkSecurityEnabled(const otMessage *aMessage) { return AsCoreType(aMessage).IsLink… in otMessageIsLinkSecurityEnabled() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4445 bool isSecure = otMessageIsLinkSecurityEnabled(aMessage); in SendDatagramMessage()