ESP-IDF
ot::MeshCoP::BorderAgent::Start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::BorderAgent::Start()
ot::MeshCoP::BorderAgent::Start() method
Syntax
Show:
Summary
Declaration
Definition
from
border_agent.hpp:281
Error
Start
(
uint16_t
aUdpPort
)
;
Implemented in
border_agent.cpp:701
Arguments
Argument
aUdpPort
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
BorderAgent
::
Start
(
uint16_t
aUdpPort
)
border_agent.cpp:701
Error
BorderAgent
::
Start
(
uint16_t
aUdpPort
,
const
uint8_t
*
aPsk
,
uint8_t
aPskLength
)
border_agent.cpp:713
void
Start
(
void
)
{
IgnoreError
(
Start
(
kUdpPort
)
)
;
}
border_agent.hpp:146
Error
Start
(
uint16_t
aUdpPort
)
;
border_agent.hpp:281
Error
Start
(
uint16_t
aUdpPort
,
const
uint8_t
*
aPsk
,
uint8_t
aPskLength
)
;
border_agent.hpp:282
Start
(
)
;
border_agent.cpp:304
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleNotifierEvents()
error
=
Start
(
aUdpPort
,
pskc
.
m8
,
Pskc
::
kSize
)
;
border_agent.cpp:707
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::Start()
error
=
Start
(
aUdpPort
,
reinterpret_cast
<
const
uint8_t
*
>
(
aKeyString
)
,
static_cast
<
uint8_t
>
(
length
)
)
;
border_agent.cpp:811
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SetEphemeralKey()
IgnoreError
(
Start
(
mOldUdpPort
)
)
;
border_agent.cpp:816
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SetEphemeralKey()
IgnoreError
(
Start
(
mOldUdpPort
)
)
;
border_agent.cpp:893
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::RestartAfterRemovingEphemeralKey()
void
Start
(
void
)
{
IgnoreError
(
Start
(
kUdpPort
)
)
;
}
border_agent.hpp:146
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::Start()
Call Tree
from
examples
ot::MeshCoP::BorderAgent::Start()
is called by 4 functions and calls 4 functions:
ot::MeshCoP::BorderAgent::Start()
ot::MeshCoP::BorderAgent::HandleNotifierEvents()
ot::MeshCoP::BorderAgent::SetEphemeralKey()
ot::MeshCoP::BorderAgent::RestartAfterRemovingEphemeralKey()
All items filtered out
ot::MeshCoP::BorderAgent::Start()
ot::MeshCoP::BorderAgent::Start()
IgnoreError()
ot::Logger::LogOnError()
ot::MeshCoP::BorderAgent::GetUdpPort() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::BorderAgent::Start()
reads 11 variables and writes 2 variables:
otPskc::m8
ot::Pskc::kSize
ot::MeshCoP::BorderAgent::kUdpPort
ot::LogLevel::kLogLevelInfo
ot::kErrorNone
ot::MeshCoP::BorderAgent::State::kStateStopped
ot::MeshCoP::BorderAgent::State::kStateStarted
ot::MeshCoP::BorderAgent::kMaxEphemeralKeyConnectionAttempts
ot::MeshCoP::BorderAgent::mState
ot::MeshCoP::BorderAgent::mUsingEphemeralKey
ot::MeshCoP::kLogModuleName
All items filtered out
ot::MeshCoP::BorderAgent::Start()
ot::MeshCoP::BorderAgent::mState
ot::MeshCoP::BorderAgent::mUdpProxyPort
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