ESP-IDF
ble_gattc_extract_by_conn_op()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_by_conn_op()
ble_gattc_extract_by_conn_op() function
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:1086
static
void
ble_gattc_extract_by_conn_op
(
uint16_t
conn_handle
,
uint8_t
op
,
int
max_procs
,
struct
ble_gattc_proc_list
*
dst_list
)
;
Arguments
Argument
conn_handle
op
max_procs
dst_list
Examples
References
from
examples
Code
Location
Referrer
ble_gattc_extract_by_conn_op
(
uint16_t
conn_handle
,
uint8_t
op
,
int
max_procs
,
ble_gattc.c:1087
ble_gattc_extract_by_conn_op
(
conn_handle
,
op
,
0
,
&
temp_list
)
;
ble_gattc.c:1208
ble_gattc_fail_procs()
Call Tree
from
examples
ble_gattc_extract_by_conn_op()
is called by 1 function and calls 1 function:
ble_gattc_fail_procs()
All items filtered out
ble_gattc_extract_by_conn_op()
ble_gattc_extract()
All items filtered out
Data Use
from
examples
ble_gattc_extract_by_conn_op()
reads 1 variable and writes 2 variables:
ble_gattc_proc_matches_conn_op()
All items filtered out
ble_gattc_extract_by_conn_op()
ble_gattc_criteria_conn_op::conn_handle
ble_gattc_criteria_conn_op::op
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