ESP-IDF
ble_gattc_proc_list
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gattc_proc_list
ble_gattc_proc_list struct
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:231
STAILQ_HEAD
(
ble_gattc_proc_list
;
Fields
Field
Declared as
stqh_first
STAILQ_HEAD
stqh_last
STAILQ_HEAD
Related Functions
Found 5 other functions taking a
ble_gattc_proc_list
argument:
Function
ble_gattc_extract()
ble_gattc_extract_expired()
ble_gattc_extract_by_conn_op()
ble_gattc_extract_by_conn_cid_op()
ble_gattc_extract_stalled()
Examples
References
from
examples
Code
Location
Scope
Referrer
STAILQ_HEAD
(
ble_gattc_proc_list
,
ble_gattc_proc
)
;
ble_gattc.c:231
static
struct
ble_gattc_proc_list
ble_gattc_procs
;
ble_gattc.c:440
ble_gattc_procs
struct
ble_gattc_proc_list
*
dst_list
)
ble_gattc.c:1007
ble_gattc_extract()
ble_gattc_extract()::dst_list
struct
ble_gattc_proc_list
dst_list
;
ble_gattc.c:1080
ble_gattc_extract_one()
struct
ble_gattc_proc_list
*
dst_list
)
ble_gattc.c:1088
ble_gattc_extract_by_conn_op()
ble_gattc_extract_by_conn_op()::dst_list
struct
ble_gattc_proc_list
*
dst_list
)
ble_gattc.c:1101
ble_gattc_extract_by_conn_cid_op()
ble_gattc_extract_by_conn_cid_op()::dst_list
struct
ble_gattc_proc_list
dst_list
;
ble_gattc.c:1115
ble_gattc_extract_first_by_conn_cid_op()
ble_gattc_extract_stalled
(
struct
ble_gattc_proc_list
*
dst_list
)
ble_gattc.c:1128
ble_gattc_extract_stalled()
ble_gattc_extract_stalled()::dst_list
ble_gattc_extract_expired
(
struct
ble_gattc_proc_list
*
dst_list
)
ble_gattc.c:1138
ble_gattc_extract_expired()
ble_gattc_extract_expired()::dst_list
struct
ble_gattc_proc_list
temp_list
;
ble_gattc.c:1201
ble_gattc_fail_procs()
struct
ble_gattc_proc_list
stall_list
;
ble_gattc.c:1225
ble_gattc_resume_procs()
struct
ble_gattc_proc_list
exp_list
;
ble_gattc.c:1289
ble_gattc_timer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ble_gattc_procs
ble_gattc.c:440
ble_gattc_extract()::dst_list
ble_gattc_extract()
ble_gattc.c:1007
ble_gattc_extract_by_conn_op()::dst_list
ble_gattc_extract_by_conn_op()
ble_gattc.c:1088
ble_gattc_extract_by_conn_cid_op()::dst_list
ble_gattc_extract_by_conn_cid_op()
ble_gattc.c:1101
ble_gattc_extract_stalled()::dst_list
ble_gattc_extract_stalled()
ble_gattc.c:1128
ble_gattc_extract_expired()::dst_list
ble_gattc_extract_expired()
ble_gattc.c:1138
Lifecycle
from
examples
All items filtered out
All items filtered out