ESP-IDF
tGATT_PROFILE_CLCB::ccc_stage
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
tGATT_PROFILE_CLCB::ccc_stage
tGATT_PROFILE_CLCB::ccc_stage field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:504
UINT8
ccc_stage
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
ccc_stage
;
gatt_int.h:504
p_clcb
->
ccc_stage
++
;
gatt_attr.c:563
gatt_disc_cmpl_cback()
GATT_TRACE_DEBUG
(
"%s() - stage: %d"
,
__FUNCTION__
,
p_clcb
->
ccc_stage
)
;
gatt_attr.c:609
gatt_cl_start_config_ccc()
switch
(
p_clcb
->
ccc_stage
)
{
gatt_attr.c:614
gatt_cl_start_config_ccc()
p_clcb
->
ccc_stage
=
GATT_SVC_CHANGED_CONNECTING
;
gatt_attr.c:688
GATT_ConfigServiceChangeCCC()
p_clcb
->
ccc_stage
++
;
gatt_attr.c:695
GATT_ConfigServiceChangeCCC()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_PROFILE_CLCB::ccc_stage
is written by 2 functions and is read by 3 functions:
gatt_disc_cmpl_cback()
GATT_ConfigServiceChangeCCC()
All items filtered out
tGATT_PROFILE_CLCB::ccc_stage
gatt_disc_cmpl_cback()
gatt_cl_start_config_ccc()
GATT_ConfigServiceChangeCCC()
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