ESP-IDF
tGATT_CL_MSG::read_blob
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
tGATT_CL_MSG::read_blob
tGATT_CL_MSG::read_blob field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:124
tGATT_READ_PARTIAL
read_blob
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_READ_PARTIAL
read_blob
;
/* read blob */
gatt_int.h:124
offset
=
p_msg
->
read_blob
.
offset
;
att_protocol.c:576
attp_send_cl_msg()
handle
=
(
op_code
==
GATT_REQ_READ
)
?
p_msg
->
handle
:
p_msg
->
read_blob
.
handle
;
att_protocol.c:579
attp_send_cl_msg()
msg
.
read_blob
.
offset
=
offset
;
gatt_cl.c:174
gatt_act_read()
msg
.
read_blob
.
handle
=
p_clcb
->
s_handle
;
gatt_cl.c:175
gatt_act_read()
msg
.
read_blob
.
handle
=
p_clcb
->
s_handle
;
gatt_cl.c:182
gatt_act_read()
msg
.
read_blob
.
offset
=
offset
;
gatt_cl.c:183
gatt_act_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CL_MSG::read_blob
is read by 2 functions:
All items filtered out
tGATT_CL_MSG::read_blob
attp_send_cl_msg()
gatt_act_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