ESP-IDF
ot::Mle::kMaxChildId
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::kMaxChildId
ot::Mle::kMaxChildId variable
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:80
constexpr
uint16_t
kMaxChildId
=
511
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
uint16_t
kMaxChildId
=
511
;
///< Maximum Child ID
mle_types.hpp:80
if
(
(
aChildId
&
~
Mle
::
kMaxChildId
)
!=
0
)
child_table.cpp:188
ot::ChildTable
ot::ChildTable::GetChildInfoById()
,
mNextChildId
(
kMaxChildId
)
mle_router.cpp:63
ot::Mle::MleRouter
ot::Mle::MleRouter::MleRouter()
if
(
mNextChildId
>
kMaxChildId
)
mle_router.cpp:2762
ot::Mle::MleRouter
ot::Mle::MleRouter::SendChildIdResponse()
inline
uint16_t
ChildIdFromRloc16
(
uint16_t
aRloc16
)
{
return
aRloc16
&
kMaxChildId
;
}
mle_types.hpp:577
ot::Mle::ChildIdFromRloc16()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::kMaxChildId
is read by 4 functions:
All items filtered out
ot::Mle::kMaxChildId
ot::Mle::ChildIdFromRloc16()
ot::ChildTable::GetChildInfoById()
ot::Mle::MleRouter::MleRouter()
ot::Mle::MleRouter::SendChildIdResponse()
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