ESP-IDF
tBTA_GATTC_INT_CONN::hdr
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_INT_CONN::hdr
tBTA_GATTC_INT_CONN::hdr field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:240
BT_HDR
hdr
;
Examples
References
from
examples
Code
Location
Referrer
BT_HDR
hdr
;
bta_gattc_int.h:240
gattc_data
.
int_conn
.
hdr
.
layer_specific
=
p_clcb
->
bta_conn_id
;
bta_gattc_act.c:561
bta_gattc_open()
p_clcb
->
bta_conn_id
=
p_data
->
int_conn
.
hdr
.
layer_specific
;
bta_gattc_act.c:711
bta_gattc_conn()
p_data
->
int_conn
.
hdr
.
layer_specific
,
p_data
->
int_conn
.
conn_params
,
p_data
->
int_conn
.
role
,
bta_gattc_act.c:789
bta_gattc_conncback()
p_data
->
int_conn
.
hdr
.
layer_specific
)
;
bta_gattc_act.c:811
bta_gattc_disconncback()
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()
p_buf
->
int_conn
.
hdr
.
layer_specific
=
conn_id
;
bta_gattc_act.c:1780
bta_gattc_conn_cback()
if
(
(
p_clcb
=
bta_gattc_find_clcb_by_conn_id
(
p_msg
->
int_conn
.
hdr
.
layer_specific
)
)
==
NULL
)
{
bta_gattc_utils.c:973
bta_gattc_find_int_disconn_clcb()
p_msg
->
int_conn
.
hdr
.
layer_specific
)
;
bta_gattc_utils.c:981
bta_gattc_find_int_disconn_clcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_INT_CONN::hdr
is read by 6 functions:
All items filtered out
tBTA_GATTC_INT_CONN::hdr
bta_gattc_find_int_disconn_clcb()
bta_gattc_open()
bta_gattc_conn()
bta_gattc_conncback()
bta_gattc_disconncback()
bta_gattc_conn_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