ESP-IDF
ot::kErrorDetached
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::kErrorDetached
ot::kErrorDetached variable
Syntax
Show:
Summary
Declaration
from
error.hpp:70
constexpr
Error
kErrorDetached
=
OT_ERROR_DETACHED
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorDetached
=
OT_ERROR_DETACHED
;
error.hpp:70
ExitNow
(
error
=
kErrorDetached
)
;
mle_router.cpp:1253
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
VerifyOrExit
(
!
AsCoreType
(
aInstance
)
.
Get
<
Mle
::
Mle
>
(
)
.
HasRloc16
(
Mle
::
kInvalidRloc16
)
,
error
=
kErrorDetached
)
;
thread_api.cpp:78
otThreadGetLeaderRloc()
VerifyOrExit
(
!
AsCoreType
(
aInstance
)
.
Get
<
Mle
::
Mle
>
(
)
.
HasRloc16
(
Mle
::
kInvalidRloc16
)
,
error
=
kErrorDetached
)
;
thread_api.cpp:194
otThreadGetServiceAloc()
VerifyOrExit
(
AsCoreType
(
aInstance
)
.
Get
<
Mle
::
MleRouter
>
(
)
.
IsAttached
(
)
,
error
=
kErrorDetached
)
;
thread_api.cpp:325
otThreadGetLeaderData()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorDetached
is read by 4 functions:
All items filtered out
ot::kErrorDetached
otThreadGetLeaderRloc()
otThreadGetServiceAloc()
otThreadGetLeaderData()
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
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