ESP-IDF
tBTA_GATTC_CB::clcb
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_CB::clcb
tBTA_GATTC_CB::clcb field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:422
tBTA_GATTC_CLCB
clcb
[
BTA_GATTC_CLCB_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_CLCB
clcb
[
BTA_GATTC_CLCB_MAX
]
;
bta_gattc_int.h:422
if
(
p_cb
->
clcb
[
i
]
.
in_use
&&
(
p_cb
->
clcb
[
i
]
.
p_rcb
==
p_clreg
)
)
{
bta_gattc_act.c:306
bta_gattc_deregister()
buf
.
layer_specific
=
p_cb
->
clcb
[
i
]
.
bta_conn_id
;
bta_gattc_act.c:310
bta_gattc_deregister()
bta_gattc_close
(
&
p_cb
->
clcb
[
i
]
,
(
tBTA_GATTC_DATA
*
)
&
buf
)
;
bta_gattc_act.c:311
bta_gattc_deregister()
if
(
p_cb
->
clcb
[
i
]
.
p_srcb
==
p_srcb
)
{
bta_gattc_act.c:900
bta_gattc_reset_discover_st()
p_cb
->
clcb
[
i
]
.
status
=
status
;
bta_gattc_act.c:901
bta_gattc_reset_discover_st()
bta_gattc_sm_execute
(
&
p_cb
->
clcb
[
i
]
,
BTA_GATTC_DISCOVER_CMPL_EVT
,
NULL
)
;
bta_gattc_act.c:902
bta_gattc_reset_discover_st()
if
(
p_cb
->
clcb
[
i
]
.
p_srcb
==
p_srcb
)
{
bta_gattc_act.c:951
bta_gattc_set_discover_st()
p_cb
->
clcb
[
i
]
.
status
=
BTA_GATT_OK
;
bta_gattc_act.c:952
bta_gattc_set_discover_st()
p_cb
->
clcb
[
i
]
.
state
=
BTA_GATTC_DISCOVER_ST
;
bta_gattc_act.c:953
bta_gattc_set_discover_st()
tBTA_GATTC_CLCB
*
p_clcb
=
&
bta_gattc_cb
.
clcb
[
0
]
;
bta_gattc_act.c:1845
bta_gattc_process_api_refresh()
if
(
bta_gattc_cb
.
clcb
[
i
]
.
in_use
&&
bta_gattc_act.c:2027
bta_gattc_process_srvc_chg_ind()
bta_gattc_cb
.
clcb
[
i
]
.
p_srcb
==
p_srcb
&&
bta_gattc_act.c:2028
bta_gattc_process_srvc_chg_ind()
bta_gattc_cb
.
clcb
[
i
]
.
p_q_cmd
==
NULL
)
{
bta_gattc_act.c:2029
bta_gattc_process_srvc_chg_ind()
p_clcb
=
&
bta_gattc_cb
.
clcb
[
i
]
;
bta_gattc_act.c:2030
bta_gattc_process_srvc_chg_ind()
tBTA_GATTC_CLCB
*
p_clcb
=
&
bta_gattc_cb
.
clcb
[
0
]
;
bta_gattc_utils.c:171
bta_gattc_find_clcb_by_cif()
tBTA_GATTC_CLCB
*
p_clcb
=
&
bta_gattc_cb
.
clcb
[
0
]
;
bta_gattc_utils.c:195
bta_gattc_find_clcb_by_conn_id()
if
(
!
bta_gattc_cb
.
clcb
[
i_clcb
]
.
in_use
)
{
bta_gattc_utils.c:223
bta_gattc_clcb_alloc()
p_clcb
=
&
bta_gattc_cb
.
clcb
[
i_clcb
]
;
bta_gattc_utils.c:227
bta_gattc_clcb_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CB::clcb
is read by 8 functions:
All items filtered out
tBTA_GATTC_CB::clcb
bta_gattc_find_clcb_by_cif()
bta_gattc_find_clcb_by_conn_id()
bta_gattc_clcb_alloc()
bta_gattc_deregister()
bta_gattc_reset_discover_st()
bta_gattc_set_discover_st()
bta_gattc_process_api_refresh()
bta_gattc_process_srvc_chg_ind()
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