ESP-IDF
BTA_GATTC_INT_CONN_EVT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTA_GATTC_INT_CONN_EVT
BTA_GATTC_INT_CONN_EVT value
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:57
BTA_GATTC_INT_CONN_EVT
;
Examples
References
from
examples
Code
Location
Referrer
BTA_GATTC_INT_CONN_EVT
,
bta_gattc_int.h:57
bta_gattc_sm_execute
(
p_clcb
,
BTA_GATTC_INT_CONN_EVT
,
&
gattc_data
)
;
bta_gattc_act.c:563
bta_gattc_open()
bta_gattc_sm_execute
(
p_clcb
,
BTA_GATTC_INT_CONN_EVT
,
&
gattc_data
)
;
bta_gattc_act.c:609
bta_gattc_init_bk_conn()
p_buf
->
int_conn
.
hdr
.
event
=
connected
?
BTA_GATTC_INT_CONN_EVT
:
bta_gattc_act.c:1763
bta_gattc_conn_cback()
if
(
p_buf
->
int_conn
.
hdr
.
event
==
BTA_GATTC_INT_CONN_EVT
)
{
bta_gattc_act.c:1765
bta_gattc_conn_cback()
bta_gattc_sm_execute
(
p_clcb
,
BTA_GATTC_INT_CONN_EVT
,
NULL
)
;
bta_gattc_act.c:2151
bta_gattc_process_indicate()
if
(
p_msg
->
event
==
BTA_GATTC_INT_CONN_EVT
)
{
bta_gattc_main.c:398
bta_gattc_hdl_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTA_GATTC_INT_CONN_EVT
is read by 5 functions:
All items filtered out
BTA_GATTC_INT_CONN_EVT
bta_gattc_hdl_event()
bta_gattc_open()
bta_gattc_init_bk_conn()
bta_gattc_conn_cback()
bta_gattc_process_indicate()
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