ESP-IDF
ble_gattc_proc::next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_gattc_proc::next
ble_gattc_proc::next field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:109
STAILQ_ENTRY
(
ble_gattc_proc
)
next
;
Examples
References
from
examples
Code
Location
Referrer
STAILQ_ENTRY
(
ble_gattc_proc
)
next
;
ble_gattc.c:109
STAILQ_INSERT_TAIL
(
&
ble_gattc_procs
,
proc
,
next
)
;
ble_gattc.c:789
ble_gattc_proc_insert()
next
=
STAILQ_NEXT
(
proc
,
next
)
;
ble_gattc.c:1051
ble_gattc_extract()
STAILQ_REMOVE_HEAD
(
&
ble_gattc_procs
,
next
)
;
ble_gattc.c:1055
ble_gattc_extract()
STAILQ_REMOVE_AFTER
(
&
ble_gattc_procs
,
prev
,
next
)
;
ble_gattc.c:1057
ble_gattc_extract()
STAILQ_INSERT_TAIL
(
dst_list
,
proc
,
next
)
;
ble_gattc.c:1059
ble_gattc_extract()
STAILQ_REMOVE_HEAD
(
&
temp_list
,
next
)
;
ble_gattc.c:1217
ble_gattc_fail_procs()
STAILQ_FOREACH
(
proc
,
&
stall_list
,
next
)
{
ble_gattc.c:1235
ble_gattc_resume_procs()
STAILQ_REMOVE_HEAD
(
&
exp_list
,
next
)
;
ble_gattc.c:1308
ble_gattc_timer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::next
is read by 5 functions:
All items filtered out
ble_gattc_proc::next
ble_gattc_proc_insert()
ble_gattc_extract()
ble_gattc_fail_procs()
ble_gattc_resume_procs()
ble_gattc_timer()
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