ESP-IDF
tGATT_TCB::prep_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_TCB::prep_cnt
tGATT_TCB::prep_cnt field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:400
UINT8
prep_cnt
[
GATT_MAX_APPS
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
prep_cnt
[
GATT_MAX_APPS
]
;
gatt_int.h:400
if
(
p_tcb
->
prep_cnt
[
i
]
)
{
gatt_sr.c:564
gatt_process_exec_write_req()
p_tcb
->
prep_cnt
[
i
]
=
0
;
gatt_sr.c:571
gatt_process_exec_write_req()
if
(
p_tcb
->
prep_cnt
[
i
]
)
{
gatt_utils.c:1907
gatt_sr_copy_prep_cnt_to_cback_cnt()
if
(
p_tcb
->
prep_cnt
[
i
]
)
{
gatt_utils.c:1960
gatt_sr_is_prep_cnt_zero()
p_tcb
->
prep_cnt
[
i
]
=
0
;
gatt_utils.c:2008
gatt_sr_reset_prep_cnt()
p_tcb
->
prep_cnt
[
idx
]
++
;
gatt_utils.c:2065
gatt_sr_update_prep_cnt()
if
(
p_tcb
->
prep_cnt
[
idx
]
)
{
gatt_utils.c:2067
gatt_sr_update_prep_cnt()
p_tcb
->
prep_cnt
[
idx
]
--
;
gatt_utils.c:2068
gatt_sr_update_prep_cnt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_TCB::prep_cnt
is read by 5 functions:
All items filtered out
tGATT_TCB::prep_cnt
gatt_process_exec_write_req()
gatt_sr_copy_prep_cnt_to_cback_cnt()
gatt_sr_is_prep_cnt_zero()
gatt_sr_reset_prep_cnt()
gatt_sr_update_prep_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