ESP-IDF
tBTA_GATTC::close
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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
tBTA_GATTC::close field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:438
tBTA_GATTC_CLOSE
close
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_CLOSE
close
;
bta_gatt_api.h:438
bta_gattc_clcb_dealloc_by_conn_id
(
p_data
->
close
.
conn_id
)
;
adapter.c:1672
bt_mesh_bta_gattc_cb()
APPL_TRACE_DEBUG
(
"BTA_GATTC_CLOSE_EVT reason = %d"
,
p_data
->
close
.
reason
)
;
bta_dm_act.c:6785
bta_dm_gattc_callback()
!
memcmp
(
p_data
->
close
.
remote_bda
,
bta_dm_search_cb
.
peer_bdaddr
,
BD_ADDR_LEN
)
)
{
bta_dm_act.c:6789
bta_dm_gattc_callback()
cb_data
.
close
.
client_if
=
p_clcb
->
p_rcb
->
client_if
;
bta_gattc_act.c:830
bta_gattc_close_fail()
cb_data
.
close
.
conn_id
=
p_data
->
hdr
.
layer_specific
;
bta_gattc_act.c:831
bta_gattc_close_fail()
bdcpy
(
cb_data
.
close
.
remote_bda
,
p_clcb
->
bda
)
;
bta_gattc_act.c:832
bta_gattc_close_fail()
cb_data
.
close
.
status
=
BTA_GATT_ERROR
;
bta_gattc_act.c:833
bta_gattc_close_fail()
cb_data
.
close
.
reason
=
BTA_GATT_CONN_NONE
;
bta_gattc_act.c:834
bta_gattc_close_fail()
cb_data
.
close
.
client_if
=
p_clcb
->
p_rcb
->
client_if
;
bta_gattc_act.c:857
bta_gattc_close()
cb_data
.
close
.
conn_id
=
p_clcb
->
bta_conn_id
;
bta_gattc_act.c:858
bta_gattc_close()
cb_data
.
close
.
reason
=
p_clcb
->
reason
;
bta_gattc_act.c:859
bta_gattc_close()
cb_data
.
close
.
status
=
p_clcb
->
status
;
bta_gattc_act.c:860
bta_gattc_close()
bdcpy
(
cb_data
.
close
.
remote_bda
,
p_clcb
->
bda
)
;
bta_gattc_act.c:861
bta_gattc_close()
cb_data
.
close
.
status
=
GATT_Disconnect
(
p_data
->
hdr
.
layer_specific
)
;
bta_gattc_act.c:868
bta_gattc_close()
cb_data
.
close
.
status
=
BTA_GATT_OK
;
bta_gattc_act.c:870
bta_gattc_close()
cb_data
.
close
.
reason
=
p_data
->
int_conn
.
reason
;
bta_gattc_act.c:871
bta_gattc_close()
tBTA_GATTC_CLOSE
*
close
=
&
arg
->
close
;
btc_gattc.c:956
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC::close
is read by 4 functions:
All items filtered out
tBTA_GATTC::close
bta_dm_gattc_callback()
bta_gattc_close_fail()
bta_gattc_close()
bt_mesh_bta_gattc_cb()
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