ESP-IDF
tL2CA_ECHO_DATA_CB
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tL2CA_ECHO_DATA_CB
tL2CA_ECHO_DATA_CB
Syntax
Show:
Summary
Declaration
from
l2c_api.h:269
typedef
void
(
tL2CA_ECHO_DATA_CB
)
(
BD_ADDR
,
UINT16
,
UINT8
*
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
void
(
tL2CA_ECHO_DATA_CB
)
(
BD_ADDR
,
UINT16
,
UINT8
*
)
;
l2c_api.h:269
BOOLEAN
L2CA_Echo
(
BD_ADDR
p_bd_addr
,
BT_HDR
*
p_data
,
tL2CA_ECHO_DATA_CB
*
p_callback
)
l2c_api.c:684
L2CA_Echo()
L2CA_Echo()::p_callback
extern
BOOLEAN
L2CA_Echo
(
BD_ADDR
p_bd_addr
,
BT_HDR
*
p_data
,
tL2CA_ECHO_DATA_CB
*
p_callback
)
;
l2c_api.h:610
L2CA_Echo()
L2CA_Echo()::p_callback
tL2CA_ECHO_DATA_CB
*
p_echo_data_cb
;
/* Echo data callback */
l2c_int.h:527
tL2C_CB
tL2C_CB::p_echo_data_cb
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
Instance
Scope
Location
Project
L2CA_Echo()::p_callback
L2CA_Echo()
l2c_api.h:610
tL2C_CB::p_echo_data_cb
tL2C_CB
l2c_int.h:527
L2CA_Echo()::p_callback
L2CA_Echo()
l2c_api.c:684
Lifecycle
from
examples
All items filtered out
All items filtered out