ESP-IDF
tBTA_GATTC_CB::cl_rcb
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_CB::cl_rcb
tBTA_GATTC_CB::cl_rcb field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:420
tBTA_GATTC_RCB
cl_rcb
[
BTA_GATTC_CL_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_RCB
cl_rcb
[
BTA_GATTC_CL_MAX
]
;
bta_gattc_int.h:420
if
(
p_cb
->
cl_rcb
[
i
]
.
in_use
)
{
bta_gattc_act.c:164
bta_gattc_disable()
bta_gattc_deregister
(
p_cb
,
&
p_cb
->
cl_rcb
[
i
]
)
;
bta_gattc_act.c:171
bta_gattc_disable()
if
(
!
p_cb
->
cl_rcb
[
i
]
.
in_use
)
{
bta_gattc_act.c:217
bta_gattc_register()
if
(
(
p_app_uuid
==
NULL
)
||
(
p_cb
->
cl_rcb
[
i
]
.
client_if
=
GATT_Register
(
p_app_uuid
,
&
bta_gattc_cl_cback
)
)
==
0
)
{
bta_gattc_act.c:218
bta_gattc_register()
p_cb
->
cl_rcb
[
i
]
.
in_use
=
TRUE
;
bta_gattc_act.c:222
bta_gattc_register()
p_cb
->
cl_rcb
[
i
]
.
p_cback
=
p_data
->
api_reg
.
p_cback
;
bta_gattc_act.c:223
bta_gattc_register()
memcpy
(
&
p_cb
->
cl_rcb
[
i
]
.
app_uuid
,
p_app_uuid
,
sizeof
(
tBT_UUID
)
)
;
bta_gattc_act.c:224
bta_gattc_register()
cb_data
.
reg_oper
.
client_if
=
p_cb
->
cl_rcb
[
i
]
.
client_if
;
bta_gattc_act.c:227
bta_gattc_register()
p_buf
->
client_if
=
p_cb
->
cl_rcb
[
i
]
.
client_if
;
bta_gattc_act.c:231
bta_gattc_register()
GATT_Deregister
(
p_cb
->
cl_rcb
[
i
]
.
client_if
)
;
bta_gattc_act.c:236
bta_gattc_register()
memset
(
&
p_cb
->
cl_rcb
[
i
]
,
0
,
sizeof
(
tBTA_GATTC_RCB
)
)
;
bta_gattc_act.c:239
bta_gattc_register()
if
(
bta_gattc_cb
.
cl_rcb
[
i
]
.
in_use
&&
bta_gattc_main.c:547
bta_gattc_cl_rcb_active_count()
memcmp
(
bta_gattc_cb
.
cl_rcb
[
i
]
.
app_uuid
.
uu
.
uuid128
,
dm_gattc_uuid
,
16
)
)
{
bta_gattc_main.c:548
bta_gattc_cl_rcb_active_count()
tBTA_GATTC_RCB
*
p_clrcb
=
&
bta_gattc_cb
.
cl_rcb
[
0
]
;
bta_gattc_utils.c:129
bta_gattc_cl_get_regcb()
if
(
bta_gattc_cb
.
cl_rcb
[
i
]
.
in_use
)
{
bta_gattc_utils.c:153
bta_gattc_num_reg_app()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CB::cl_rcb
is read by 5 functions:
All items filtered out
tBTA_GATTC_CB::cl_rcb
bta_gattc_cl_rcb_active_count()
bta_gattc_cl_get_regcb()
bta_gattc_num_reg_app()
bta_gattc_disable()
bta_gattc_register()
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