ESP-IDF
tBTA_GATTC_RCB::dereg_pending
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
tBTA_GATTC_RCB::dereg_pending
tBTA_GATTC_RCB::dereg_pending field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:356
BOOLEAN
dereg_pending
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
dereg_pending
;
bta_gattc_int.h:356
p_clreg
->
dereg_pending
=
TRUE
;
bta_gattc_act.c:307
bta_gattc_deregister()
if
(
p_clreg
->
num_clcb
==
0
&&
p_clreg
->
dereg_pending
)
{
bta_gattc_act.c:881
bta_gattc_close()
if
(
p_clreg
&&
p_clreg
->
num_clcb
==
0
&&
p_clreg
->
dereg_pending
)
{
bta_gattc_utils.c:334
bta_gattc_clcb_dealloc_by_conn_id()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_RCB::dereg_pending
is written by 1 function and is read by 2 functions:
bta_gattc_deregister()
All items filtered out
tBTA_GATTC_RCB::dereg_pending
bta_gattc_clcb_dealloc_by_conn_id()
bta_gattc_close()
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