ESP-IDF
+
0
/1 examples
SourceVu will show references to
peer_svc::next
from the following samples and libraries:
blecent_throughput sample
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
peer_svc::next
peer_svc::next field
Syntax
Show:
Summary
Declaration
from
esp_central.h:43
SLIST_ENTRY
(
peer_svc
)
next
;
Examples
peer_svc::next
is referenced by 1 libraries and example projects:
blecent_throughput sample
References
from
0/1
examples
Code
Location
Referrer
SLIST_ENTRY
(
peer_svc
)
next
;
esp_central.h:43
SLIST_FOREACH
(
svc
,
&
peer
->
svcs
,
next
)
{
peer.c:177
peer_disc_dscs()
SLIST_FOREACH
(
svc
,
&
peer
->
svcs
,
next
)
{
peer.c:404
peer_disc_chrs()
SLIST_FOREACH
(
svc
,
&
peer
->
svcs
,
next
)
{
peer.c:435
peer_svc_find_prev()
svc
=
SLIST_NEXT
(
prev
,
next
)
;
peer.c:457
peer_svc_find()
SLIST_FOREACH
(
svc
,
&
peer
->
svcs
,
next
)
{
peer.c:475
peer_svc_find_range()
SLIST_FOREACH
(
svc
,
&
peer
->
svcs
,
next
)
{
peer.c:491
peer_svc_find_uuid()
SLIST_INSERT_HEAD
(
&
peer
->
svcs
,
svc
,
next
)
;
peer.c:565
peer_svc_add()
SLIST_INSERT_AFTER
(
prev
,
svc
,
next
)
;
peer.c:567
peer_svc_add()
SLIST_REMOVE_HEAD
(
&
peer
->
svcs
,
next
)
;
peer.c:637
peer_disc_svc_by_uuid()
SLIST_REMOVE_HEAD
(
&
peer
->
svcs
,
next
)
;
peer.c:667
peer_disc_all()
SLIST_REMOVE_HEAD
(
&
peer
->
svcs
,
next
)
;
peer.c:698
peer_delete()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
peer_svc::next
is read by 10 functions:
All items filtered out
peer_svc::next
peer_disc_dscs()
peer_disc_chrs()
peer_svc_find_prev()
peer_svc_find()
peer_svc_find_range()
peer_svc_find_uuid()
peer_svc_add()
peer_disc_svc_by_uuid()
peer_disc_all()
peer_delete()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out