ESP-IDF
tGATT_BG_CONN_DEV::gatt_if
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
tGATT_BG_CONN_DEV::gatt_if
tGATT_BG_CONN_DEV::gatt_if field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:484
tGATT_IF
gatt_if
[
GATT_MAX_APPS
]
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_IF
gatt_if
[
GATT_MAX_APPS
]
;
gatt_int.h:484
if
(
p_dev
->
in_use
&&
(
p_dev
->
gatt_if
[
i
]
==
gatt_if
)
)
{
gatt_utils.c:2479
gatt_is_bg_dev_for_app()
if
(
p_dev
->
gatt_if
[
i
]
==
gatt_if
)
{
gatt_utils.c:2554
gatt_add_bg_dev_list()
}
else
if
(
p_dev
->
gatt_if
[
i
]
==
0
)
{
gatt_utils.c:2557
gatt_add_bg_dev_list()
p_dev
->
gatt_if
[
i
]
=
gatt_if
;
gatt_utils.c:2558
gatt_add_bg_dev_list()
if
(
p_dev
->
gatt_if
[
i
]
)
{
gatt_utils.c:2634
gatt_get_num_apps_for_bg_dev()
if
(
p_dev
->
gatt_if
[
i
]
!=
0
)
{
gatt_utils.c:2662
gatt_find_app_for_bg_dev()
*
p_gatt_if
=
p_dev
->
gatt_if
[
i
]
;
gatt_utils.c:2663
gatt_find_app_for_bg_dev()
for
(
i
=
0
;
i
<
GATT_MAX_APPS
&&
(
p_dev
->
gatt_if
[
i
]
>
0
||
p_dev
->
listen_gif
[
i
]
)
;
i
++
)
{
gatt_utils.c:2693
gatt_remove_bg_dev_from_list()
if
(
p_dev
->
gatt_if
[
i
]
==
gatt_if
)
{
gatt_utils.c:2695
gatt_remove_bg_dev_from_list()
p_dev
->
gatt_if
[
i
]
=
0
;
gatt_utils.c:2696
gatt_remove_bg_dev_from_list()
p_dev
->
gatt_if
[
j
-
1
]
=
p_dev
->
gatt_if
[
j
]
;
gatt_utils.c:2699
gatt_remove_bg_dev_from_list()
if
(
p_dev
->
gatt_if
[
0
]
==
0
)
{
gatt_utils.c:2702
gatt_remove_bg_dev_from_list()
if
(
i
!=
GATT_MAX_APPS
&&
p_dev
->
gatt_if
[
0
]
==
0
&&
p_dev
->
listen_gif
[
0
]
==
0
)
{
gatt_utils.c:2730
gatt_remove_bg_dev_from_list()
if
(
p_dev_list
->
gatt_if
[
j
]
==
0
&&
p_dev_list
->
listen_gif
[
j
]
==
0
)
{
gatt_utils.c:2755
gatt_deregister_bgdev_list()
if
(
p_dev_list
->
gatt_if
[
j
]
==
gatt_if
)
{
gatt_utils.c:2759
gatt_deregister_bgdev_list()
p_dev_list
->
gatt_if
[
k
-
1
]
=
p_dev_list
->
gatt_if
[
k
]
;
gatt_utils.c:2761
gatt_deregister_bgdev_list()
if
(
p_dev_list
->
gatt_if
[
0
]
==
0
)
{
gatt_utils.c:2764
gatt_deregister_bgdev_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_BG_CONN_DEV::gatt_if
is read by 6 functions:
All items filtered out
tGATT_BG_CONN_DEV::gatt_if
gatt_is_bg_dev_for_app()
gatt_add_bg_dev_list()
gatt_get_num_apps_for_bg_dev()
gatt_find_app_for_bg_dev()
gatt_remove_bg_dev_from_list()
gatt_deregister_bgdev_list()
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