ESP-IDF
tBTA_GATTC_SERV::connected
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_SERV::connected
tBTA_GATTC_SERV::connected field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:316
BOOLEAN
connected
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
connected
;
bta_gattc_int.h:316
p_clcb
->
p_srcb
->
connected
=
TRUE
;
bta_gattc_act.c:717
bta_gattc_conn()
if
(
p_srvc_cb
->
connected
&&
p_srvc_cb
->
num_clcb
!=
0
)
{
bta_gattc_act.c:1852
bta_gattc_process_api_refresh()
p_srcb
->
connected
=
FALSE
;
bta_gattc_utils.c:299
bta_gattc_clcb_dealloc()
}
else
if
(
!
p_tcb
->
connected
)
{
bta_gattc_utils.c:422
bta_gattc_srcb_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERV::connected
is written by 2 functions and is read by 2 functions:
bta_gattc_clcb_dealloc()
bta_gattc_conn()
All items filtered out
tBTA_GATTC_SERV::connected
bta_gattc_srcb_alloc()
bta_gattc_process_api_refresh()
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