ESP-IDF
tGAP_CCB::is_congested
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
tGAP_CCB::is_congested
tGAP_CCB::is_congested field
Syntax
Show:
Summary
Declaration
from
gap_int.h:73
BOOLEAN
is_congested
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
is_congested
;
gap_int.h:73
if
(
p_ccb
->
is_congested
)
{
gap_conn.c:456
GAP_ConnBTWrite()
p_ccb
->
is_congested
=
TRUE
;
gap_conn.c:468
GAP_ConnBTWrite()
if
(
p_ccb
->
is_congested
)
{
gap_conn.c:538
GAP_ConnWriteData()
p_ccb
->
is_congested
=
TRUE
;
gap_conn.c:551
GAP_ConnWriteData()
p_ccb
->
is_congested
=
is_congested
;
gap_conn.c:1030
gap_congestion_ind()
p_ccb
->
is_congested
=
TRUE
;
gap_conn.c:1040
gap_congestion_ind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CCB::is_congested
is written by 3 functions and is read by 2 functions:
GAP_ConnBTWrite()
GAP_ConnWriteData()
gap_congestion_ind()
All items filtered out
tGAP_CCB::is_congested
GAP_ConnBTWrite()
GAP_ConnWriteData()
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