Searched refs:otBorderAgentState (Results 1 – 2 of 2) sorted by relevance
58 typedef enum otBorderAgentState enum63 } otBorderAgentState; typedef73 otBorderAgentState otBorderAgentGetState(otInstance *aInstance);
45 otBorderAgentState otBorderAgentGetState(otInstance *aInstance) in otBorderAgentGetState()49 return static_cast<otBorderAgentState>(instance.Get<MeshCoP::BorderAgent>().GetState()); in otBorderAgentGetState()