ESP-IDF
ble_gatts_svc_entry::next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
ble_gatts_svc_entry::next
ble_gatts_svc_entry::next field
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:75
STAILQ_ENTRY
(
ble_gatts_svc_entry
)
next
;
Examples
References
from
examples
Code
Location
Referrer
STAILQ_ENTRY
(
ble_gatts_svc_entry
)
next
;
ble_gatts.c:75
STAILQ_FOREACH
(
entry
,
&
ble_gatts_svc_entries
,
next
)
{
ble_gatts.c:538
ble_gatts_find_svc_entry()
STAILQ_FOREACH
(
entry
,
&
ble_gatts_svc_entries
,
next
)
{
ble_gatts.c:1348
ble_gatts_register_round()
STAILQ_INSERT_TAIL
(
&
ble_gatts_svc_entries
,
entry
,
next
)
;
ble_gatts.c:1426
ble_gatts_register_svcs()
STAILQ_REMOVE_HEAD
(
&
ble_gatts_svc_entries
,
next
)
;
ble_gatts.c:1606
ble_gatts_free_mem()
STAILQ_FOREACH
(
entry
,
&
ble_gatts_svc_entries
,
next
)
{
ble_gatts.c:2599
ble_gatts_find_svc_entry_by_uuid()
STAILQ_FOREACH
(
entry
,
&
ble_gatts_svc_entries
,
next
)
{
ble_gatts.c:2931
ble_gatts_remove_svc_entry()
STAILQ_REMOVE
(
&
ble_gatts_svc_entries
,
entry
,
ble_gatts_svc_entry
,
next
)
;
ble_gatts.c:2939
ble_gatts_remove_svc_entry()
STAILQ_FOREACH
(
entry
,
&
ble_gatts_svc_entries
,
next
)
{
ble_gatts.c:3059
ble_gatts_svc_set_visibility()
STAILQ_FOREACH
(
entry
,
&
ble_gatts_svc_entries
,
next
)
{
ble_gatts.c:3247
ble_gatts_lcl_svc_foreach()
STAILQ_REMOVE_HEAD
(
&
ble_gatts_svc_entries
,
next
)
;
ble_gatts.c:3294
ble_gatts_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatts_svc_entry::next
is read by 9 functions:
All items filtered out
ble_gatts_svc_entry::next
ble_gatts_find_svc_entry()
ble_gatts_register_round()
ble_gatts_register_svcs()
ble_gatts_free_mem()
ble_gatts_find_svc_entry_by_uuid()
ble_gatts_remove_svc_entry()
ble_gatts_svc_set_visibility()
ble_gatts_lcl_svc_foreach()
ble_gatts_reset()
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