ESP-IDF
tBTA_GATTC_RCB::num_clcb
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_RCB::num_clcb
tBTA_GATTC_RCB::num_clcb field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:355
UINT8
num_clcb
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
num_clcb
;
/* number of associated CLCB */
bta_gattc_int.h:355
if
(
p_clreg
->
num_clcb
>
0
)
{
bta_gattc_act.c:303
bta_gattc_deregister()
if
(
p_clreg
->
num_clcb
==
0
&&
p_clreg
->
dereg_pending
)
{
bta_gattc_act.c:881
bta_gattc_close()
p_clcb
->
p_rcb
->
num_clcb
++
;
bta_gattc_utils.c:243
bta_gattc_clcb_alloc()
if
(
p_clcb
->
p_rcb
->
num_clcb
)
{
bta_gattc_utils.c:293
bta_gattc_clcb_dealloc()
p_clcb
->
p_rcb
->
num_clcb
--
;
bta_gattc_utils.c:294
bta_gattc_clcb_dealloc()
if
(
p_clreg
&&
p_clreg
->
num_clcb
==
0
&&
p_clreg
->
dereg_pending
)
{
bta_gattc_utils.c:334
bta_gattc_clcb_dealloc_by_conn_id()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_RCB::num_clcb
is written by 2 functions and is read by 5 functions:
bta_gattc_clcb_alloc()
bta_gattc_clcb_dealloc()
All items filtered out
tBTA_GATTC_RCB::num_clcb
bta_gattc_clcb_alloc()
bta_gattc_clcb_dealloc()
bta_gattc_clcb_dealloc_by_conn_id()
bta_gattc_deregister()
bta_gattc_close()
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