ESP-IDF
ble_gattc_proc::
::read_long
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_long
ble_gattc_proc::
::read_long field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:184
struct
{
uint16_t
handle
;
uint16_t
offset
;
ble_gatt_attr_fn
*
cb
;
void
*
cb_arg
;
}
read_long
;
Examples
References
from
examples
Code
Location
Referrer
}
read_long
;
ble_gattc.c:189
BLE_HS_LOG
(
INFO
,
"att_handle=%d\n"
,
proc
->
read_long
.
handle
)
;
ble_gattc.c:599
ble_gattc_log_read_long()
if
(
proc
->
read_long
.
cb
==
NULL
)
{
ble_gattc.c:3284
ble_gattc_read_long_cb()
rc
=
proc
->
read_long
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3287
ble_gattc_read_long_cb()
proc
->
read_long
.
cb_arg
)
;
ble_gattc.c:3289
ble_gattc_read_long_cb()
if
(
proc
->
read_long
.
offset
==
0
)
{
ble_gattc.c:3314
ble_gattc_read_long_tx()
rc
=
ble_att_clt_tx_read
(
proc
->
conn_handle
,
proc
->
cid
,
proc
->
read_long
.
handle
)
;
ble_gattc.c:3315
ble_gattc_read_long_tx()
proc
->
read_long
.
handle
,
ble_gattc.c:3321
ble_gattc_read_long_tx()
proc
->
read_long
.
offset
)
;
ble_gattc.c:3322
ble_gattc_read_long_tx()
attr
.
handle
=
proc
->
read_long
.
handle
;
ble_gattc.c:3376
ble_gattc_read_long_rx_read_rsp()
attr
.
offset
=
proc
->
read_long
.
offset
;
ble_gattc.c:3377
ble_gattc_read_long_rx_read_rsp()
proc
->
read_long
.
offset
+=
data_len
;
ble_gattc.c:3404
ble_gattc_read_long_rx_read_rsp()
proc
->
read_long
.
handle
=
handle
;
ble_gattc.c:3434
ble_gattc_read_long()
proc
->
read_long
.
offset
=
offset
;
ble_gattc.c:3435
ble_gattc_read_long()
proc
->
read_long
.
cb
=
cb
;
ble_gattc.c:3436
ble_gattc_read_long()
proc
->
read_long
.
cb_arg
=
cb_arg
;
ble_gattc.c:3437
ble_gattc_read_long()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::read_long
is read by 5 functions:
All items filtered out
ble_gattc_proc::
::read_long
ble_gattc_log_read_long()
ble_gattc_read_long_cb()
ble_gattc_read_long_tx()
ble_gattc_read_long_rx_read_rsp()
ble_gattc_read_long()
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