ESP-IDF
+
0
/1 examples
SourceVu will show references to
peer::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::next
peer::next field
Syntax
Show:
Summary
Declaration
from
esp_central.h:64
SLIST_ENTRY
(
peer
)
next
;
Examples
peer::next
is referenced by 1 libraries and example projects:
blecent_throughput sample
References
from
0/1
examples
Code
Location
Referrer
SLIST_ENTRY
(
peer
)
next
;
esp_central.h:64
SLIST_FOREACH
(
peer
,
&
peers
,
next
)
{
peer.c:53
peer_find()
SLIST_REMOVE
(
&
peers
,
peer
,
peer
,
next
)
;
peer.c:695
peer_delete()
SLIST_INSERT_HEAD
(
&
peers
,
peer
,
next
)
;
peer.c:730
peer_add()
SLIST_FOREACH
(
peer
,
&
peers
,
next
)
{
peer.c:744
peer_traverse_all()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
peer::next
is read by 4 functions:
All items filtered out
peer::next
peer_find()
peer_delete()
peer_add()
peer_traverse_all()
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