ESP-IDF
pb_adv::cb_data
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
pb_adv::cb_data
pb_adv::cb_data field
Syntax
Show:
Summary
Declaration
from
pb_adv.c:81
void
*
cb_data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
cb_data
;
pb_adv.c:81
void
*
cb_data
=
link
.
cb_data
;
pb_adv.c:236
close_link()
link
.
cb
->
error
(
&
pb_adv
,
link
.
cb_data
,
err
)
;
pb_adv.c:271
prov_failed()
link
.
cb
->
recv
(
&
pb_adv
,
link
.
cb_data
,
link
.
rx
.
buf
)
;
pb_adv.c:293
prov_msg_recv()
link
.
cb
->
link_opened
(
&
pb_adv
,
link
.
cb_data
)
;
pb_adv.c:768
link_open()
link
.
cb
->
link_opened
(
&
pb_adv
,
link
.
cb_data
)
;
pb_adv.c:782
link_ack()
link
.
cb_data
=
cb_data
;
pb_adv.c:850
prov_link_open()
link
.
cb_data
=
cb_data
;
pb_adv.c:874
prov_link_accept()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pb_adv::cb_data
is written by 2 functions and is read by 5 functions:
prov_link_open()
prov_link_accept()
All items filtered out
pb_adv::cb_data
close_link()
prov_failed()
prov_msg_recv()
link_open()
link_ack()
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