ESP-IDF
tGATT_CB::profile_clcb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_CB::profile_clcb
tGATT_CB::profile_clcb field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:539
tGATT_PROFILE_CLCB
profile_clcb
[
GATT_MAX_APPS
]
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_PROFILE_CLCB
profile_clcb
[
GATT_MAX_APPS
]
;
gatt_int.h:539
for
(
i_clcb
=
0
,
p_clcb
=
gatt_cb
.
profile_clcb
;
i_clcb
<
GATT_MAX_APPS
;
i_clcb
++
,
p_clcb
++
)
{
gatt_attr.c:109
gatt_profile_find_clcb_by_conn_id()
for
(
i_clcb
=
0
,
p_clcb
=
gatt_cb
.
profile_clcb
;
i_clcb
<
GATT_MAX_APPS
;
i_clcb
++
,
p_clcb
++
)
{
gatt_attr.c:132
gatt_profile_find_clcb_by_bd_addr()
for
(
i_clcb
=
0
,
p_clcb
=
gatt_cb
.
profile_clcb
;
i_clcb
<
GATT_MAX_APPS
;
i_clcb
++
,
p_clcb
++
)
{
gatt_attr.c:156
gatt_profile_clcb_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CB::profile_clcb
is read by 3 functions:
All items filtered out
tGATT_CB::profile_clcb
gatt_profile_find_clcb_by_conn_id()
gatt_profile_find_clcb_by_bd_addr()
gatt_profile_clcb_alloc()
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