ESP-IDF
t_l2c_linkcb::p_nocp_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
t_l2c_linkcb::p_nocp_cb
t_l2c_linkcb::p_nocp_cb field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:421
tL2CA_NOCP_CB
*
p_nocp_cb
;
Examples
References
from
examples
Code
Location
Referrer
tL2CA_NOCP_CB
*
p_nocp_cb
;
/* Num Cmpl pkts callback */
l2c_int.h:421
p_lcb
->
p_nocp_cb
=
p_cb
;
l2c_api.c:2115
L2CA_RegForNoCPEvt()
if
(
(
p_lcb
!=
NULL
)
&&
(
p_lcb
->
p_nocp_cb
)
)
{
l2c_link.c:1375
l2c_link_process_num_completed_pkts()
(
*
p_lcb
->
p_nocp_cb
)
(
p_lcb
->
remote_bd_addr
)
;
l2c_link.c:1377
l2c_link_process_num_completed_pkts()
Call Tree
from
examples
t_l2c_linkcb::p_nocp_cb
is called by 1 function:
l2c_link_process_num_completed_pkts()
All items filtered out
t_l2c_linkcb::p_nocp_cb
All items filtered out
Data Use
from
examples
t_l2c_linkcb::p_nocp_cb
is written by 1 function and is read by 1 function:
L2CA_RegForNoCPEvt()
All items filtered out
t_l2c_linkcb::p_nocp_cb
l2c_link_process_num_completed_pkts()
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