ESP-IDF
ble_gattc_proc::
::read
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::
::read
ble_gattc_proc::
::read field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:170
struct
{
uint16_t
handle
;
ble_gatt_attr_fn
*
cb
;
void
*
cb_arg
;
}
read
;
Examples
References
from
examples
Code
Location
Referrer
}
read
;
ble_gattc.c:174
if
(
proc
->
read
.
cb
==
NULL
)
{
ble_gattc.c:2980
ble_gattc_read_cb()
rc
=
proc
->
read
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:2983
ble_gattc_read_cb()
proc
->
read
.
cb_arg
)
;
ble_gattc.c:2985
ble_gattc_read_cb()
attr
.
handle
=
proc
->
read
.
handle
;
ble_gattc.c:3024
ble_gattc_read_rx_read_rsp()
rc
=
ble_att_clt_tx_read
(
proc
->
conn_handle
,
proc
->
cid
,
proc
->
read
.
handle
)
;
ble_gattc.c:3042
ble_gattc_read_tx()
proc
->
read
.
handle
=
attr_handle
;
ble_gattc.c:3071
ble_gattc_read()
proc
->
read
.
cb
=
cb
;
ble_gattc.c:3072
ble_gattc_read()
proc
->
read
.
cb_arg
=
cb_arg
;
ble_gattc.c:3073
ble_gattc_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::read
is read by 4 functions:
All items filtered out
ble_gattc_proc::
::read
ble_gattc_read_cb()
ble_gattc_read_rx_read_rsp()
ble_gattc_read_tx()
ble_gattc_read()
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