ESP-IDF
tAVDT_CCB::ret_count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tAVDT_CCB::ret_count
tAVDT_CCB::ret_count field
Syntax
Show:
Summary
Declaration
from
avdt_int.h:453
UINT8
ret_count
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
ret_count
;
/* Command retransmission count */
avdt_int.h:453
p_ccb
->
ret_count
=
0
;
avdt_ccb_act.c:56
avdt_ccb_clear_ccb()
p_ccb
->
ret_count
++
;
avdt_ccb_act.c:771
avdt_ccb_ret_cmd()
if
(
p_ccb
->
ret_count
==
AVDT_RET_MAX
)
{
avdt_ccb_act.c:772
avdt_ccb_ret_cmd()
p_ccb
->
ret_count
=
0
;
avdt_ccb_act.c:774
avdt_ccb_ret_cmd()
p_ccb
->
ret_count
=
0
;
avdt_msg.c:1737
avdt_msg_ind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVDT_CCB::ret_count
is written by 3 functions and is read by 1 function:
avdt_ccb_clear_ccb()
avdt_ccb_ret_cmd()
avdt_msg_ind()
All items filtered out
tAVDT_CCB::ret_count
avdt_ccb_ret_cmd()
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