ESP-IDF
ble_gattc_proc::op
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::op
ble_gattc_proc::op field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:114
uint8_t
op
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
op
;
ble_gattc.c:114
proc
->
op
=
op
;
ble_gattc.c:734
ble_gattc_proc_prepare()
switch
(
proc
->
op
)
{
ble_gattc.c:750
ble_gattc_proc_free()
if
(
criteria
->
op
!=
proc
->
op
&&
criteria
->
op
!=
BLE_GATT_OP_NONE
)
{
ble_gattc.c:920
ble_gattc_proc_matches_conn_op()
if
(
criteria
->
op
!=
proc
->
op
&&
criteria
->
op
!=
BLE_GATT_OP_NONE
)
{
ble_gattc.c:942
ble_gattc_proc_matches_conn_cid_op()
proc
->
op
,
criteria
->
rx_entries
,
criteria
->
num_rx_entries
)
;
ble_gattc.c:1000
ble_gattc_proc_matches_conn_rx_entry()
err_cb
=
ble_gattc_err_dispatch_get
(
proc
->
op
)
;
ble_gattc.c:1214
ble_gattc_fail_procs()
resume_cb
=
ble_gattc_resume_dispatch_get
(
proc
->
op
)
;
ble_gattc.c:1236
ble_gattc_resume_procs()
cb
=
ble_gattc_tmo_dispatch_get
(
proc
->
op
)
;
ble_gattc.c:1274
ble_gattc_proc_timeout()
proc
->
op
=
BLE_GATT_OP_MTU
;
ble_gattc.c:1434
ble_gattc_exchange_mtu()
err_cb
=
ble_gattc_err_dispatch_get
(
proc
->
op
)
;
ble_gattc.c:4990
ble_gattc_rx_err()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::op
is written by 2 functions and is read by 8 functions:
ble_gattc_proc_prepare()
ble_gattc_exchange_mtu()
All items filtered out
ble_gattc_proc::op
ble_gattc_proc_free()
ble_gattc_proc_matches_conn_op()
ble_gattc_proc_matches_conn_cid_op()
ble_gattc_proc_matches_conn_rx_entry()
ble_gattc_fail_procs()
ble_gattc_resume_procs()
ble_gattc_proc_timeout()
ble_gattc_rx_err()
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