ESP-IDF
tGATT_CL_MSG::read_multi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_multi
tGATT_CL_MSG::read_multi field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:123
tGATT_READ_MULTI
read_multi
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_READ_MULTI
read_multi
;
/* read multiple request */
gatt_int.h:123
p_msg
->
read_multi
.
num_handles
,
att_protocol.c:620
attp_send_cl_msg()
p_msg
->
read_multi
.
handles
)
;
att_protocol.c:621
attp_send_cl_msg()
memcpy
(
&
msg
.
read_multi
,
p_clcb
->
p_attr_buf
,
sizeof
(
tGATT_READ_MULTI
)
)
;
gatt_cl.c:188
gatt_act_read()
memcpy
(
&
msg
.
read_multi
,
p_clcb
->
p_attr_buf
,
sizeof
(
tGATT_READ_MULTI
)
)
;
gatt_cl.c:193
gatt_act_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CL_MSG::read_multi
is read by 1 function:
All items filtered out
tGATT_CL_MSG::read_multi
attp_send_cl_msg()
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