ESP-IDF
otHandleTcatApplicationDataReceive
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otHandleTcatApplicationDataReceive
otHandleTcatApplicationDataReceive
Pointer to call when application data was received over a TCAT TLS connection.
Syntax
Show:
Summary
Declaration
from
tcat.h:175
typedef
void
(
*
otHandleTcatApplicationDataReceive
)
(
otInstance
*
aInstance
,
const
otMessage
*
aMessage
,
int32_t
aOffset
,
otTcatApplicationProtocol
aTcatApplicationProtocol
,
const
char
*
aServiceName
,
void
*
aContext
)
;
Examples
References
from
examples
Code
Location
typedef
void
(
*
otHandleTcatApplicationDataReceive
)
(
otInstance
*
aInstance
,
tcat.h:175
typedef
otHandleTcatApplicationDataReceive
otHandleBleSecureReceive
;
ble_secure.h:84
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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