ESP-IDF
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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::SecureTransport::HandleMbedtlsTransmit()
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit() method
Syntax
Show:
Summary
Declaration
Definition
from
secure_transport.hpp:531
static
int
HandleMbedtlsTransmit
(
void
*
aContext
,
const
unsigned
char
*
aBuf
,
size_t
aLength
)
;
Implemented in
secure_transport.cpp:783
Arguments
Argument
aContext
aBuf
aLength
Examples
References
from
examples
Code
Location
Scope
Referrer
int
SecureTransport
::
HandleMbedtlsTransmit
(
void
*
aContext
,
const
unsigned
char
*
aBuf
,
size_t
aLength
)
secure_transport.cpp:783
int
SecureTransport
::
HandleMbedtlsTransmit
(
const
unsigned
char
*
aBuf
,
size_t
aLength
)
secure_transport.cpp:788
static
int
HandleMbedtlsTransmit
(
void
*
aContext
,
const
unsigned
char
*
aBuf
,
size_t
aLength
)
;
secure_transport.hpp:531
int
HandleMbedtlsTransmit
(
const
unsigned
char
*
aBuf
,
size_t
aLength
)
;
secure_transport.hpp:532
mbedtls_ssl_set_bio
(
&
mSsl
,
this
,
&
SecureTransport
::
HandleMbedtlsTransmit
,
HandleMbedtlsReceive
,
nullptr
)
;
secure_transport.cpp:356
ot::MeshCoP::SecureTransport::Setup()
return
static_cast
<
SecureTransport
*
>
(
aContext
)
->
HandleMbedtlsTransmit
(
aBuf
,
aLength
)
;
secure_transport.cpp:785
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
Call Tree
from
examples
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
is called by 1 function and calls 3 functions:
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
All items filtered out
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
ot::ErrorToString()
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
reads 8 variables and writes 1 variable:
ot::LogLevel::kLogLevelWarn
ot::LogLevel::kLogLevelDebg
ot::kErrorNone
ot::kErrorNoBufs
ot::MeshCoP::SecureTransport::mCipherSuites
ot::MeshCoP::SecureTransport::mMessageSubType
ot::MeshCoP::SecureTransport::mMessageDefaultSubType
ot::MeshCoP::kLogModuleName
All items filtered out
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
ot::MeshCoP::SecureTransport::mMessageSubType
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