ESP-IDF
tBTA_GATTC_CLCB::is_full
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_GATTC_CLCB::is_full
tBTA_GATTC_CLCB::is_full field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:370
BOOLEAN
is_full
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
is_full
;
/* The gattc command queue is full or not */
bta_gattc_int.h:370
if
(
p_clcb
->
is_full
)
{
bta_gattc_act.c:1637
bta_gattc_pop_command_to_send()
p_clcb
->
is_full
=
FALSE
;
bta_gattc_act.c:1639
bta_gattc_pop_command_to_send()
p_clcb
->
is_full
=
TRUE
;
bta_gattc_utils.c:511
bta_gattc_enqueue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CLCB::is_full
is written by 2 functions and is read by 1 function:
bta_gattc_enqueue()
bta_gattc_pop_command_to_send()
All items filtered out
tBTA_GATTC_CLCB::is_full
bta_gattc_pop_command_to_send()
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