ESP-IDF
tBTA_GATTC_READ::status
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_READ::status
tBTA_GATTC_READ::status field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:305
tBTA_GATT_STATUS
status
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATT_STATUS
status
;
bta_gatt_api.h:305
cb_data
.
read
.
status
=
p_data
->
status
;
bta_gattc_act.c:1355
bta_gattc_read_cmpl()
p_dest
->
read
.
status
=
p_src
->
status
;
btc_gatt_util.c:140
set_read_value()
p_dest
->
read
.
status
=
p_src
->
status
;
btc_gatt_util.c:143
set_read_value()
if
(
(
p_src
->
status
==
BTA_GATT_OK
)
&&
(
p_src
->
p_value
!=
NULL
)
)
btc_gatt_util.c:146
set_read_value()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_READ::status
is written by 1 function and is read by 1 function:
bta_gattc_read_cmpl()
All items filtered out
tBTA_GATTC_READ::status
set_read_value()
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