ESP-IDF
ot::Mle::MleRouter::kLinkRequestMinMargin
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
ot::Mle::MleRouter::kLinkRequestMinMargin
ot::Mle::MleRouter::kLinkRequestMinMargin variable
Syntax
Show:
Summary
Declaration
from
mle_router.hpp:524
static
constexpr
uint8_t
kLinkRequestMinMargin
=
OPENTHREAD_CONFIG_MLE_LINK_REQUEST_MARGIN_MIN
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kLinkRequestMinMargin
=
OPENTHREAD_CONFIG_MLE_LINK_REQUEST_MARGIN_MIN
;
mle_router.hpp:524
if
(
!
router
->
IsStateValid
(
)
&&
!
router
->
IsStateLinkRequest
(
)
&&
(
linkMargin
>=
kLinkRequestMinMargin
)
)
mle_router.cpp:1315
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
if
(
linkMargin
>=
kLinkRequestMinMargin
)
mle_router.cpp:1440
ot::Mle::MleRouter
ot::Mle::MleRouter::HasNeighborWithGoodLinkQuality() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::MleRouter::kLinkRequestMinMargin
is read by 2 functions:
All items filtered out
ot::Mle::MleRouter::kLinkRequestMinMargin
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
ot::Mle::MleRouter::HasNeighborWithGoodLinkQuality() const
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