Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_agent.h89 typedef enum otBorderAgentState enum
94 } otBorderAgentState; typedef
134 otBorderAgentState otBorderAgentGetState(otInstance *aInstance);
/openthread-latest/src/core/api/
Dborder_agent_api.cpp57 otBorderAgentState otBorderAgentGetState(otInstance *aInstance) in otBorderAgentGetState()
59 otBorderAgentState state = OT_BORDER_AGENT_STATE_STOPPED; in otBorderAgentGetState()