ESP-IDF
tBTA_GATTC_CLOSE::reason
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_CLOSE::reason
tBTA_GATTC_CLOSE::reason field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:361
tBTA_GATT_REASON
reason
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATT_REASON
reason
;
/* disconnect reason code, not useful when connect event is reported */
bta_gatt_api.h:361
APPL_TRACE_DEBUG
(
"BTA_GATTC_CLOSE_EVT reason = %d"
,
p_data
->
close
.
reason
)
;
bta_dm_act.c:6785
bta_dm_gattc_callback()
cb_data
.
close
.
reason
=
BTA_GATT_CONN_NONE
;
bta_gattc_act.c:834
bta_gattc_close_fail()
cb_data
.
close
.
reason
=
p_clcb
->
reason
;
bta_gattc_act.c:859
bta_gattc_close()
cb_data
.
close
.
reason
=
p_data
->
int_conn
.
reason
;
bta_gattc_act.c:871
bta_gattc_close()
param
.
close
.
reason
=
close
->
reason
;
btc_gattc.c:964
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CLOSE::reason
is written by 2 functions and is read by 2 functions:
bta_gattc_close_fail()
bta_gattc_close()
All items filtered out
tBTA_GATTC_CLOSE::reason
bta_dm_gattc_callback()
btc_gattc_cb_handler()
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