ESP-IDF
tBTA_GATTC_OP_CMPL::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_OP_CMPL::status
tBTA_GATTC_OP_CMPL::status field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:187
tGATT_STATUS
status
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_STATUS
status
;
bta_gattc_int.h:187
cb_data
.
read
.
status
=
p_data
->
status
;
bta_gattc_act.c:1355
bta_gattc_read_cmpl()
if
(
p_data
->
p_cmpl
!=
NULL
&&
p_data
->
status
==
BTA_GATT_OK
)
{
bta_gattc_act.c:1357
bta_gattc_read_cmpl()
cb_data
.
write
.
status
=
p_data
->
status
;
bta_gattc_act.c:1398
bta_gattc_write_cmpl()
cb_data
.
exec_cmpl
.
status
=
p_data
->
status
;
bta_gattc_act.c:1446
bta_gattc_exec_cmpl()
if
(
p_data
->
p_cmpl
&&
p_data
->
status
==
BTA_GATT_OK
)
{
bta_gattc_act.c:1468
bta_gattc_cfg_mtu_cmpl()
p_clcb
->
status
=
p_data
->
status
;
bta_gattc_act.c:1473
bta_gattc_cfg_mtu_cmpl()
cb_data
.
cfg_mtu
.
status
=
p_data
->
status
;
bta_gattc_act.c:1475
bta_gattc_cfg_mtu_cmpl()
p_data
->
op_cmpl
.
status
=
GATT_ERROR
;
bta_gattc_act.c:1528
bta_gattc_op_cmpl()
p_buf
->
status
=
status
;
bta_gattc_act.c:2220
bta_gattc_cmpl_sendmsg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_OP_CMPL::status
is written by 2 functions and is read by 4 functions:
bta_gattc_op_cmpl()
bta_gattc_cmpl_sendmsg()
All items filtered out
tBTA_GATTC_OP_CMPL::status
bta_gattc_read_cmpl()
bta_gattc_write_cmpl()
bta_gattc_exec_cmpl()
bta_gattc_cfg_mtu_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