ESP-IDF
tBTA_GATTS_SRVC_CB::in_use
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_SRVC_CB::in_use
tBTA_GATTS_SRVC_CB::in_use field
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:200
BOOLEAN
in_use
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
in_use
;
bta_gatts_int.h:200
if
(
bta_gatts_cb
.
srvc_cb
[
i
]
.
in_use
)
{
bta_gatts_main.c:160
bta_gatts_srvc_active_count()
if
(
!
p_cb
->
srvc_cb
[
i
]
.
in_use
)
{
bta_gatts_utils.c:69
bta_gatts_alloc_srvc_cb()
p_cb
->
srvc_cb
[
i
]
.
in_use
=
TRUE
;
bta_gatts_utils.c:70
bta_gatts_alloc_srvc_cb()
if
(
p_cb
->
srvc_cb
[
i
]
.
in_use
&&
bta_gatts_utils.c:135
bta_gatts_find_srvc_cb_by_srvc_id()
p_cb
->
srvc_cb
[
i
]
.
in_use
&&
bta_gatts_utils.c:159
bta_gatts_find_srvc_cb_by_attr_id()
p_cb
->
srvc_cb
[
i
+
1
]
.
in_use
&&
bta_gatts_utils.c:160
bta_gatts_find_srvc_cb_by_attr_id()
p_cb
->
srvc_cb
[
i
]
.
in_use
&&
bta_gatts_utils.c:165
bta_gatts_find_srvc_cb_by_attr_id()
!
p_cb
->
srvc_cb
[
i
+
1
]
.
in_use
&&
bta_gatts_utils.c:166
bta_gatts_find_srvc_cb_by_attr_id()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTS_SRVC_CB::in_use
is written by 1 function and is read by 4 functions:
bta_gatts_alloc_srvc_cb()
All items filtered out
tBTA_GATTS_SRVC_CB::in_use
bta_gatts_srvc_active_count()
bta_gatts_alloc_srvc_cb()
bta_gatts_find_srvc_cb_by_srvc_id()
bta_gatts_find_srvc_cb_by_attr_id()
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