Lines Matching full:trel
31 * This file includes definitions for Thread Radio Encapsulation Link (TREL).
55 namespace Trel { namespace
58 * @addtogroup core-trel
61 * This module includes definitions for Thread Radio Encapsulation Link (TREL)
67 * Represents a Thread Radio Encapsulation Link (TREL).
76 static constexpr uint16_t kMtuSize = 1280 - 48 - sizeof(Header); ///< MTU size for TREL frame.
77 static constexpr uint8_t kFcsSize = 0; ///< FCS size for TREL frame.
81 * on a received TREL packet from the peer if there is a discrepancy.
104 * Notifies TREL radio link that device's extended MAC address has changed for it to update any
110 * Enables the TREL radio link.
115 * Disables the TREL radio link.
120 * Requests TREL radio link to transition to Sleep mode
125 * Requests TREL radio link to transition to Receive mode on a given channel.
134 * Gets the radio transmit frame for TREL radio link.
141 * Requests a frame to be sent over TREL radio link.
151 …* Checks the address/port from the last received TREL packet against the ones recorded in the corr…
164 …xpr int8_t kRxRssi = -20; // The RSSI value used for received frames on TREL radio link.
214 * Defines all the neighbor info required for TREL link.
257 } // namespace Trel