ESP-IDF
ot::Child::kMaxRequestTlvs
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::Child::kMaxRequestTlvs
ot::Child::kMaxRequestTlvs variable
Syntax
Show:
Summary
Declaration
from
child.hpp:62
static
constexpr
uint8_t
kMaxRequestTlvs
=
6
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxRequestTlvs
=
6
;
child.hpp:62
uint8_t
mRequestTlvs
[
kMaxRequestTlvs
]
;
child.hpp:389
VerifyOrExit
(
tlvList
.
GetLength
(
)
<=
Child
::
kMaxRequestTlvs
,
error
=
kErrorParse
)
;
mle_router.cpp:2019
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildIdRequest()
for
(
uint8_t
i
=
0
;
i
<
Child
::
kMaxRequestTlvs
;
i
++
)
mle_router.cpp:2776
ot::Mle::MleRouter
ot::Mle::MleRouter::SendChildIdResponse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Child::kMaxRequestTlvs
is read by 2 functions:
All items filtered out
ot::Child::kMaxRequestTlvs
ot::Mle::MleRouter::HandleChildIdRequest()
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