ESP-IDF
tBTA_GATTS_CB::enabled
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_GATTS_CB::enabled
tBTA_GATTS_CB::enabled field
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:207
BOOLEAN
enabled
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
enabled
;
bta_gatts_int.h:207
if
(
p_cb
->
enabled
)
{
bta_gatts_act.c:117
bta_gatts_enable()
p_cb
->
enabled
=
TRUE
;
bta_gatts_act.c:122
bta_gatts_enable()
if
(
p_cb
->
enabled
)
{
bta_gatts_act.c:151
bta_gatts_api_disable()
if
(
p_cb
->
enabled
==
FALSE
)
{
bta_gatts_act.c:179
bta_gatts_register()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTS_CB::enabled
is written by 1 function and is read by 3 functions:
bta_gatts_enable()
All items filtered out
tBTA_GATTS_CB::enabled
bta_gatts_enable()
bta_gatts_api_disable()
bta_gatts_register()
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