ESP-IDF
tGATT_READ_MULTI::handles
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_READ_MULTI::handles
tGATT_READ_MULTI::handles field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:463
UINT16
handles
[
GATT_MAX_READ_MULTI_HANDLES
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handles
[
GATT_MAX_READ_MULTI_HANDLES
]
;
/* handles list to be read */
gatt_api.h:463
p_msg
->
read_multi
.
handles
)
;
att_protocol.c:621
attp_send_cl_msg()
memcpy
(
&
read_param
.
read_multiple
.
handles
,
p_data
->
api_read_multi
.
handles
,
bta_gattc_act.c:1207
bta_gattc_read_multi()
memcpy
(
&
read_param
.
read_multiple
.
handles
,
p_data
->
api_read_multi
.
handles
,
bta_gattc_act.c:1238
bta_gattc_read_multi_var()
if
(
p_rsp
->
attr_value
.
handle
==
p_cmd
->
multi_req
.
handles
[
ii
]
)
{
gatt_sr.c:235
process_read_multi_rsp()
if
(
p_rsp
->
attr_value
.
handle
==
p_cmd
->
multi_req
.
handles
[
ii
]
)
{
gatt_sr.c:353
process_read_multi_var_rsp()
p_tcb
->
sr_cmd
.
multi_req
.
handles
[
p_tcb
->
sr_cmd
.
multi_req
.
num_handles
++
]
=
handle
;
gatt_sr.c:623
gatt_process_read_multi_req()
if
(
(
trans_id
=
gatt_sr_enqueue_cmd
(
p_tcb
,
op_code
,
p_tcb
->
sr_cmd
.
multi_req
.
handles
[
0
]
)
)
!=
0
)
{
gatt_sr.c:655
gatt_process_read_multi_req()
handle
=
p_tcb
->
sr_cmd
.
multi_req
.
handles
[
ll
]
;
gatt_sr.c:662
gatt_process_read_multi_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_READ_MULTI::handles
is read by 4 functions:
All items filtered out
tGATT_READ_MULTI::handles
attp_send_cl_msg()
process_read_multi_rsp()
process_read_multi_var_rsp()
gatt_process_read_multi_req()
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