Home
last modified time | relevance | path

Searched refs:mBaId (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dtypes.hpp103 otBorderAgentId mBaId; member
H A Djson.cpp365 cJSON_AddItemToObject(node, "BaId", Bytes2HexJson(aNode.mBaId.mId, sizeof(aNode.mBaId))); in Node2JsonString()
H A Dresource.cpp224 …VerifyOrExit(otBorderAgentGetId(mInstance, &node.mBaId) == OT_ERROR_NONE, error = OTBR_ERROR_REST); in GetNodeInfo()