ESP-IDF
tBTA_GATTC_DATA::api_read
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
tBTA_GATTC_DATA::api_read
tBTA_GATTC_DATA::api_read field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:264
tBTA_GATTC_API_READ
api_read
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_API_READ
api_read
;
bta_gattc_int.h:264
read_param
.
by_handle
.
handle
=
p_data
->
api_read
.
handle
;
bta_gattc_act.c:1149
bta_gattc_read()
read_param
.
by_handle
.
auth_req
=
p_data
->
api_read
.
auth_req
;
bta_gattc_act.c:1150
bta_gattc_read()
read_param
.
service
.
auth_req
=
p_data
->
api_read
.
auth_req
;
bta_gattc_act.c:1176
bta_gattc_read_by_type()
read_param
.
service
.
s_handle
=
p_data
->
api_read
.
s_handle
;
bta_gattc_act.c:1177
bta_gattc_read_by_type()
read_param
.
service
.
e_handle
=
p_data
->
api_read
.
e_handle
;
bta_gattc_act.c:1178
bta_gattc_read_by_type()
memcpy
(
&
(
read_param
.
service
.
uuid
)
,
&
(
p_data
->
api_read
.
uuid
)
,
sizeof
(
tBT_UUID
)
)
;
bta_gattc_act.c:1179
bta_gattc_read_by_type()
cb_data
.
read
.
handle
=
p_clcb
->
p_q_cmd
->
api_read
.
handle
;
bta_gattc_act.c:1364
bta_gattc_read_cmpl()
event
=
p_clcb
->
p_q_cmd
->
api_read
.
cmpl_evt
;
bta_gattc_act.c:1369
bta_gattc_read_cmpl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_DATA::api_read
is read by 3 functions:
All items filtered out
tBTA_GATTC_DATA::api_read
bta_gattc_read()
bta_gattc_read_by_type()
bta_gattc_read_cmpl()
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