ESP-IDF
ble_gatts_clt_cfg::next
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
ble_gatts_clt_cfg::next
ble_gatts_clt_cfg::next field
Syntax
Show:
Summary
Declaration
from
ble_gatt.h:1236
STAILQ_ENTRY
(
ble_gatts_clt_cfg
)
next
;
Examples
References
from
examples
Code
Location
Referrer
STAILQ_ENTRY
(
ble_gatts_clt_cfg
)
next
;
ble_gatt.h:1236
STAILQ_FOREACH
(
cfg
,
ble_gatts_clt_cfgs
,
next
)
{
ble_gatts.c:791
ble_gatts_clt_cfg_find()
STAILQ_REMOVE_HEAD
(
&
clt_cfgs
,
next
)
;
ble_gatts.c:1556
ble_gatts_connection_broken()
STAILQ_REMOVE_HEAD
(
&
ble_gatts_clt_cfgs
,
next
)
;
ble_gatts.c:1593
ble_gatts_free_mem()
STAILQ_INSERT_TAIL
(
&
ble_gatts_clt_cfgs
,
clt_cfg
,
next
)
;
ble_gatts.c:1763
ble_gatts_start()
STAILQ_FOREACH
(
clt_cfg
,
&
ble_gatts_clt_cfgs
,
next
)
{
ble_gatts.c:1805
ble_gatts_conn_init()
STAILQ_INSERT_TAIL
(
&
clt_cfgs
,
clt_cfg_new
,
next
)
;
ble_gatts.c:1812
ble_gatts_conn_init()
STAILQ_REMOVE_HEAD
(
&
clt_cfgs
,
next
)
;
ble_gatts.c:1826
ble_gatts_conn_init()
STAILQ_FOREACH
(
clt_cfg
,
&
conn
->
bhc_gatt_svr
.
clt_cfgs
,
next
)
{
ble_gatts.c:1921
ble_gatts_send_next_indicate()
STAILQ_FOREACH
(
clt_cfg
,
&
ble_gatts_clt_cfgs
,
next
)
{
ble_gatts.c:2376
ble_gatts_tx_notifications()
STAILQ_FOREACH
(
clt_cfg
,
&
gatt_srv
->
clt_cfgs
,
next
)
{
ble_gatts.c:2416
ble_gatts_bonding_established()
STAILQ_INSERT_TAIL
(
clt_cfgs
,
cfg
,
next
)
;
ble_gatts.c:2774
ble_gatts_add_clt_cfg()
STAILQ_FOREACH
(
cfg
,
clt_cfgs
,
next
)
{
ble_gatts.c:2780
ble_gatts_remove_clt_cfg()
STAILQ_REMOVE
(
clt_cfgs
,
cfg
,
ble_gatts_clt_cfg
,
next
)
;
ble_gatts.c:2786
ble_gatts_remove_clt_cfg()
STAILQ_FOREACH
(
cfg
,
ble_gatts_clt_cfgs
,
next
)
{
ble_gatts.c:2832
ble_gatts_get_last_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatts_clt_cfg::next
is read by 11 functions:
All items filtered out
ble_gatts_clt_cfg::next
ble_gatts_clt_cfg_find()
ble_gatts_connection_broken()
ble_gatts_free_mem()
ble_gatts_start()
ble_gatts_conn_init()
ble_gatts_send_next_indicate()
ble_gatts_tx_notifications()
ble_gatts_bonding_established()
ble_gatts_add_clt_cfg()
ble_gatts_remove_clt_cfg()
ble_gatts_get_last_cfg()
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