ESP-IDF
ble_gattc_extract()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gattc_extract()
ble_gattc_extract() function
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:1005
static
void
ble_gattc_extract
(
ble_gattc_match_fn
*
cb
,
void
*
arg
,
int
max_procs
,
struct
ble_gattc_proc_list
*
dst_list
)
;
Arguments
Argument
cb
arg
max_procs
dst_list
Examples
References
from
examples
Code
Location
Referrer
ble_gattc_extract
(
ble_gattc_match_fn
*
cb
,
void
*
arg
,
int
max_procs
,
ble_gattc.c:1006
ble_gattc_extract
(
cb
,
arg
,
1
,
&
dst_list
)
;
ble_gattc.c:1082
ble_gattc_extract_one()
ble_gattc_extract
(
ble_gattc_proc_matches_conn_op
,
&
criteria
,
max_procs
,
dst_list
)
;
ble_gattc.c:1095
ble_gattc_extract_by_conn_op()
ble_gattc_extract
(
ble_gattc_proc_matches_conn_cid_op
,
&
criteria
,
max_procs
,
dst_list
)
;
ble_gattc.c:1109
ble_gattc_extract_by_conn_cid_op()
ble_gattc_extract
(
ble_gattc_proc_matches_stalled
,
NULL
,
0
,
dst_list
)
;
ble_gattc.c:1130
ble_gattc_extract_stalled()
ble_gattc_extract
(
ble_gattc_proc_matches_expired
,
&
criteria
,
0
,
dst_list
)
;
ble_gattc.c:1146
ble_gattc_extract_expired()
Call Tree
from
examples
ble_gattc_extract()
is called by 5 functions and calls 3 functions:
ble_gattc_extract_one()
ble_gattc_extract_by_conn_op()
ble_gattc_extract_by_conn_cid_op()
ble_gattc_extract_stalled()
ble_gattc_extract_expired()
All items filtered out
ble_gattc_extract()
ble_hs_lock()
ble_hs_unlock()
ble_gattc_extract()::cb
All items filtered out
Data Use
from
examples
ble_gattc_extract()
reads 1 variable:
ble_gattc_proc::next
All items filtered out
ble_gattc_extract()
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