Home
last modified time | relevance | path

Searched refs:otBorderAgentId (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dborder_agent.h81 typedef struct otBorderAgentId struct
84 } otBorderAgentId; argument
162 otError otBorderAgentGetId(otInstance *aInstance, otBorderAgentId *aId);
181 otError otBorderAgentSetId(otInstance *aInstance, const otBorderAgentId *aId);
/openthread-latest/src/core/api/
Dborder_agent_api.cpp46 otError otBorderAgentGetId(otInstance *aInstance, otBorderAgentId *aId) in otBorderAgentGetId()
51 otError otBorderAgentSetId(otInstance *aInstance, const otBorderAgentId *aId) in otBorderAgentSetId()
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp90 typedef otBorderAgentId Id; ///< Border Agent ID.
359 DefineCoreType(otBorderAgentId, MeshCoP::BorderAgent::Id);
/openthread-latest/src/cli/
Dcli.cpp520 otBorderAgentId id; in Process()