Home
last modified time | relevance | path

Searched refs:otBorderAgentState (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/include/openthread/
Dborder_agent.h58 typedef enum otBorderAgentState enum
63 } otBorderAgentState; typedef
73 otBorderAgentState otBorderAgentGetState(otInstance *aInstance);
/openthread-2.7.6/src/core/api/
Dborder_agent_api.cpp45 otBorderAgentState otBorderAgentGetState(otInstance *aInstance) in otBorderAgentGetState()
49 return static_cast<otBorderAgentState>(instance.Get<MeshCoP::BorderAgent>().GetState()); in otBorderAgentGetState()