ESP-IDF
tGATT_READ_MULTI
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_READ_MULTI
tGATT_READ_MULTI struct
Syntax
Show:
Summary
Declaration
from
gatt_api.h:460
typedef
struct
{
tGATT_AUTH_REQ
auth_req
;
UINT16
num_handles
;
UINT16
handles
[
GATT_MAX_READ_MULTI_HANDLES
]
;
}
tGATT_READ_MULTI
;
Fields
Field
Declared as
tGATT_READ_MULTI::auth_req
tGATT_AUTH_REQ
tGATT_READ_MULTI::num_handles
UINT16
tGATT_READ_MULTI::handles
UINT16
[
GATT_MAX_READ_MULTI_HANDLES
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_api.h:460
}
tGATT_READ_MULTI
;
gatt_api.h:464
tGATT_READ_MULTI
*
p_read_multi
;
gatt_api.c:990
GATTC_Read()
p_read_multi
=
(
tGATT_READ_MULTI
*
)
osi_malloc
(
sizeof
(
tGATT_READ_MULTI
)
)
;
gatt_api.c:1031
GATTC_Read()
memcpy
(
p_read_multi
,
&
p_read
->
read_multiple
,
sizeof
(
tGATT_READ_MULTI
)
)
;
gatt_api.c:1033
GATTC_Read()
}
tGATT_READ_MULTI
;
gatt_api.h:464
tGATT_READ_MULTI
tGATT_READ_MULTI
read_multiple
;
gatt_api.h:484
tGATT_READ_PARAM
tGATT_READ_PARAM::read_multiple
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()
tGATT_READ_MULTI
read_multi
;
/* read multiple request */
gatt_int.h:123
tGATT_CL_MSG
tGATT_CL_MSG::read_multi
tGATT_READ_MULTI
multi_req
;
gatt_int.h:291
tGATT_SR_CMD
tGATT_SR_CMD::multi_req
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tGATT_READ_PARAM::read_multiple
tGATT_READ_PARAM
gatt_api.h:484
tGATT_CL_MSG::read_multi
tGATT_CL_MSG
gatt_int.h:123
tGATT_SR_CMD::multi_req
tGATT_SR_CMD
gatt_int.h:291
Lifecycle
from
examples
All items filtered out
All items filtered out