ESP-IDF
kCommandLinkAccept
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kCommandLinkAccept
kCommandLinkAccept value
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:124
kCommandLinkAccept
=
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kCommandLinkAccept
=
1
,
///< Link Accept command
mle_types.hpp:124
case
kCommandLinkAccept
:
mle.cpp:2435
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
case
kCommandLinkAccept
:
mle.cpp:2485
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
command
=
(
aNeighbor
==
nullptr
||
aNeighbor
->
IsStateValid
(
)
)
?
kCommandLinkAccept
:
kCommandLinkAcceptAndRequest
;
mle_router.cpp:756
ot::Mle::MleRouter
ot::Mle::MleRouter::SendLinkAccept()
Log
(
kMessageDelay
,
(
command
==
kCommandLinkAccept
)
?
kTypeLinkAccept
:
kTypeLinkAcceptAndRequest
,
mle_router.cpp:815
ot::Mle::MleRouter
ot::Mle::MleRouter::SendLinkAccept()
Log
(
kMessageSend
,
(
command
==
kCommandLinkAccept
)
?
kTypeLinkAccept
:
kTypeLinkAcceptAndRequest
,
mle_router.cpp:822
ot::Mle::MleRouter
ot::Mle::MleRouter::SendLinkAccept()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kCommandLinkAccept
is read by 2 functions:
All items filtered out
kCommandLinkAccept
ot::Mle::Mle::HandleUdpReceive()
ot::Mle::MleRouter::SendLinkAccept()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out