Searched refs:otLinkRawGetPromiscuous (Results 1 – 3 of 3) sorted by relevance
94 bool otLinkRawGetPromiscuous(otInstance *aInstance);
61 bool otLinkRawGetPromiscuous(otInstance *aInstance) { return AsCoreType(aInstance).Get<Radio>().Get… in otLinkRawGetPromiscuous() function
1559 isPromiscuous = otLinkRawGetPromiscuous(mInstance); in HandlePropertyGet()