Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.hpp1435 uint8_t GetProtocolVersion(void) const { return mFlags >> kVersionOffset; } in GetProtocolVersion() function in ot::Mac::BeaconPayload
Dmac.cpp262 aResult.mVersion = beaconPayload->GetProtocolVersion(); in ConvertBeaconToActiveScanResult()