ESP-IDF
tGATT_SR_CMD::cback_cnt
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
tGATT_SR_CMD::cback_cnt
tGATT_SR_CMD::cback_cnt field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:296
UINT8
cback_cnt
[
GATT_MAX_APPS
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
cback_cnt
[
GATT_MAX_APPS
]
;
gatt_int.h:296
p_tcb
->
sr_cmd
.
cback_cnt
[
i
]
=
1
;
gatt_utils.c:1908
gatt_sr_copy_prep_cnt_to_cback_cnt()
if
(
p_tcb
->
sr_cmd
.
cback_cnt
[
i
]
)
{
gatt_utils.c:1932
gatt_sr_is_cback_cnt_zero()
p_tcb
->
sr_cmd
.
cback_cnt
[
i
]
=
0
;
gatt_utils.c:1988
gatt_sr_reset_cback_cnt()
p_tcb
->
sr_cmd
.
cback_cnt
[
idx
]
++
;
gatt_utils.c:2033
gatt_sr_update_cback_cnt()
if
(
p_tcb
->
sr_cmd
.
cback_cnt
[
idx
]
)
{
gatt_utils.c:2035
gatt_sr_update_cback_cnt()
p_tcb
->
sr_cmd
.
cback_cnt
[
idx
]
--
;
gatt_utils.c:2036
gatt_sr_update_cback_cnt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SR_CMD::cback_cnt
is read by 4 functions:
All items filtered out
tGATT_SR_CMD::cback_cnt
gatt_sr_copy_prep_cnt_to_cback_cnt()
gatt_sr_is_cback_cnt_zero()
gatt_sr_reset_cback_cnt()
gatt_sr_update_cback_cnt()
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