ESP-IDF
tBTA_GATTC_CLCB::transport
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_CLCB::transport
tBTA_GATTC_CLCB::transport field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:365
tBTA_TRANSPORT
transport
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_TRANSPORT
transport
;
/* channel transport */
bta_gattc_int.h:365
p_clcb
->
transport
,
bta_gattc_act.c:472
bta_gattc_open_error()
p_clcb
->
transport
,
bta_gattc_act.c:492
bta_gattc_open_fail()
&
gatt_if
,
p_clcb
->
bda
,
&
p_clcb
->
transport
)
;
bta_gattc_act.c:714
bta_gattc_conn()
if
(
p_clcb
->
transport
==
BTA_TRANSPORT_BR_EDR
)
{
bta_gattc_act.c:757
bta_gattc_conn()
p_clcb
->
transport
,
bta_gattc_act.c:770
bta_gattc_conn()
if
(
p_clcb
->
transport
==
BTA_TRANSPORT_BR_EDR
)
{
bta_gattc_act.c:863
bta_gattc_close()
if
(
p_clcb
->
transport
==
BTA_TRANSPORT_BR_EDR
)
{
bta_gattc_act.c:1331
bta_gattc_confirm()
p_clcb
->
transport
=
transport
;
bta_gattc_act.c:2149
bta_gattc_process_indicate()
if
(
p_clcb
->
transport
==
BTA_TRANSPORT_BR_EDR
)
{
bta_gattc_act.c:2192
bta_gattc_cmpl_cback()
if
(
p_clcb
->
transport
==
BTA_TRANSPORT_LE
)
{
bta_gattc_cache.c:461
bta_gattc_discover_pri_service()
p_clcb
->
transport
==
transport
&&
bta_gattc_utils.c:177
bta_gattc_find_clcb_by_cif()
p_clcb
->
transport
=
transport
;
bta_gattc_utils.c:230
bta_gattc_clcb_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CLCB::transport
is written by 2 functions and is read by 8 functions:
bta_gattc_clcb_alloc()
bta_gattc_process_indicate()
All items filtered out
tBTA_GATTC_CLCB::transport
bta_gattc_find_clcb_by_cif()
bta_gattc_open_error()
bta_gattc_open_fail()
bta_gattc_conn()
bta_gattc_close()
bta_gattc_confirm()
bta_gattc_cmpl_cback()
bta_gattc_discover_pri_service()
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