ESP-IDF
tA2D_FIND_CB::p_cback
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tA2D_FIND_CB::p_cback
tA2D_FIND_CB::p_cback field
Syntax
Show:
Summary
Declaration
from
a2d_int.h:45
tA2D_FIND_CBACK
*
p_cback
;
Examples
References
from
examples
Code
Location
Referrer
tA2D_FIND_CBACK
*
p_cback
;
/* pointer to application callback */
a2d_int.h:45
if
(
a2d_cb
.
find
.
p_cback
!=
NULL
)
{
a2d_api.c:114
a2d_sdp_cback()
(
*
a2d_cb
.
find
.
p_cback
)
(
found
,
&
a2d_svc
)
;
a2d_api.c:115
a2d_sdp_cback()
a2d_cb
.
find
.
p_cback
=
p_cback
;
a2d_api.c:318
A2D_FindService()
Call Tree
from
examples
tA2D_FIND_CB::p_cback
is called by 1 function:
a2d_sdp_cback()
All items filtered out
tA2D_FIND_CB::p_cback
All items filtered out
Data Use
from
examples
tA2D_FIND_CB::p_cback
is written by 1 function and is read by 1 function:
A2D_FindService()
All items filtered out
tA2D_FIND_CB::p_cback
a2d_sdp_cback()
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