ESP-IDF
tBTA_GATTC_SERV::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_SERV::num_clcb
tBTA_GATTC_SERV::num_clcb field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:328
UINT8
num_clcb
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
num_clcb
;
/* number of associated CLCB */
bta_gattc_int.h:328
if
(
p_srvc_cb
->
connected
&&
p_srvc_cb
->
num_clcb
!=
0
)
{
bta_gattc_act.c:1852
bta_gattc_process_api_refresh()
p_clcb
->
p_srcb
->
num_clcb
++
;
bta_gattc_utils.c:242
bta_gattc_clcb_alloc()
if
(
p_srcb
->
num_clcb
)
{
bta_gattc_utils.c:289
bta_gattc_clcb_dealloc()
p_srcb
->
num_clcb
--
;
bta_gattc_utils.c:290
bta_gattc_clcb_dealloc()
if
(
p_srcb
->
num_clcb
==
0
)
{
bta_gattc_utils.c:298
bta_gattc_clcb_dealloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERV::num_clcb
is written by 2 functions and is read by 3 functions:
bta_gattc_clcb_alloc()
bta_gattc_clcb_dealloc()
All items filtered out
tBTA_GATTC_SERV::num_clcb
bta_gattc_clcb_alloc()
bta_gattc_clcb_dealloc()
bta_gattc_process_api_refresh()
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