ESP-IDF
tBTA_GATTC_CLCB::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_CLCB::status
tBTA_GATTC_CLCB::status field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:379
tBTA_GATT_STATUS
status
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATT_STATUS
status
;
bta_gattc_int.h:379
cb_data
.
close
.
status
=
p_clcb
->
status
;
bta_gattc_act.c:860
bta_gattc_close()
p_cb
->
clcb
[
i
]
.
status
=
status
;
bta_gattc_act.c:901
bta_gattc_reset_discover_st()
p_cb
->
clcb
[
i
]
.
status
=
BTA_GATT_OK
;
bta_gattc_act.c:952
bta_gattc_set_discover_st()
p_clcb
->
status
=
BTA_GATT_CANCEL
;
bta_gattc_act.c:972
bta_gattc_restart_discover()
if
(
(
p_clcb
->
status
=
bta_gattc_init_cache
(
p_clcb
->
p_srcb
)
)
==
BTA_GATT_OK
)
{
bta_gattc_act.c:1040
bta_gattc_start_discover()
p_clcb
->
status
=
bta_gattc_discover_pri_service
(
p_clcb
->
bta_conn_id
,
bta_gattc_act.c:1041
bta_gattc_start_discover()
if
(
p_clcb
->
status
!=
BTA_GATT_OK
)
{
bta_gattc_act.c:1044
bta_gattc_start_discover()
bta_gattc_reset_discover_st
(
p_clcb
->
p_srcb
,
p_clcb
->
status
)
;
bta_gattc_act.c:1046
bta_gattc_start_discover()
cb_data
.
dis_cmpl
.
status
=
p_clcb
->
status
;
bta_gattc_act.c:1049
bta_gattc_start_discover()
APPL_TRACE_DEBUG
(
"bta_gattc_disc_cmpl conn_id=%d, status = %d"
,
p_clcb
->
bta_conn_id
,
p_clcb
->
status
)
;
bta_gattc_act.c:1084
bta_gattc_disc_cmpl()
if
(
p_clcb
->
status
!=
GATT_SUCCESS
)
{
bta_gattc_act.c:1089
bta_gattc_disc_cmpl()
p_clcb
->
status
=
BTA_GATT_OK
;
bta_gattc_act.c:1442
bta_gattc_exec_cmpl()
p_clcb
->
status
=
p_data
->
status
;
bta_gattc_act.c:1473
bta_gattc_cfg_mtu_cmpl()
if
(
p_clcb
->
status
==
BTA_GATT_OK
)
{
bta_gattc_act.c:1698
bta_gattc_fail()
cb_data
.
dis_cmpl
.
status
=
p_clcb
->
status
;
bta_gattc_cache.c:631
bta_gattc_explore_srvc()
if
(
p_clcb
&&
(
status
!=
GATT_SUCCESS
||
p_clcb
->
status
!=
GATT_SUCCESS
)
)
{
bta_gattc_cache.c:1053
bta_gattc_disc_cmpl_cback()
p_clcb
->
status
=
status
;
bta_gattc_cache.c:1055
bta_gattc_disc_cmpl_cback()
p_clcb
->
status
=
BTA_GATT_OK
;
bta_gattc_utils.c:229
bta_gattc_clcb_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CLCB::status
is written by 8 functions and is read by 6 functions:
bta_gattc_clcb_alloc()
bta_gattc_reset_discover_st()
bta_gattc_set_discover_st()
bta_gattc_restart_discover()
bta_gattc_start_discover()
bta_gattc_exec_cmpl()
bta_gattc_cfg_mtu_cmpl()
bta_gattc_disc_cmpl_cback()
All items filtered out
tBTA_GATTC_CLCB::status
bta_gattc_close()
bta_gattc_start_discover()
bta_gattc_disc_cmpl()
bta_gattc_fail()
bta_gattc_explore_srvc()
bta_gattc_disc_cmpl_cback()
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