ESP-IDF
L2CA_Echo()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
L2CA_Echo()
L2CA_Echo() function
* Function L2CA_Echo * Description Higher layers call this function to send an echo request * with application-specific data. * Returns TRUE if echo request sent, else FALSE.
Syntax
Show:
Summary
Declaration
Definition
from
l2c_api.h:610
extern
BOOLEAN
L2CA_Echo
(
BD_ADDR
p_bd_addr
,
BT_HDR
*
p_data
,
tL2CA_ECHO_DATA_CB
*
p_callback
)
;
Implemented in
l2c_api.c:684
Arguments
Argument
p_bd_addr
p_data
p_callback
Examples
References
from
examples
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