ESP-IDF
hdl_list_elem::p_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
hdl_list_elem::p_next
hdl_list_elem::p_next field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:318
struct
hdl_list_elem
*
p_next
;
Examples
References
from
examples
Code
Location
Referrer
struct
hdl_list_elem
*
p_next
;
gatt_int.h:318
p_list
=
p_list
->
p_next
;
gatt_utils.c:369
gatt_find_hdl_buffer_by_handle()
p_list
=
p_list
->
p_next
;
gatt_utils.c:395
gatt_find_hdl_buffer_by_attr_handle()
p_list
=
p_list
->
p_next
;
gatt_utils.c:426
gatt_find_hdl_buffer_by_app_id()
p_new
->
p_next
=
gatt_utils.c:703
gatt_add_an_item_to_list()
p_list
->
p_last
->
p_next
=
p_new
;
gatt_utils.c:709
gatt_add_an_item_to_list()
p_new
->
p_next
=
NULL
;
gatt_utils.c:711
gatt_add_an_item_to_list()
p_new
->
p_next
=
p_old
;
gatt_utils.c:723
gatt_add_an_item_to_list()
p_old
=
p_old
->
p_next
;
gatt_utils.c:730
gatt_add_an_item_to_list()
p_list
->
p_first
=
p_remove
->
p_next
;
gatt_utils.c:755
gatt_remove_an_item_from_list()
if
(
p_remove
->
p_next
)
{
gatt_utils.c:756
gatt_remove_an_item_from_list()
p_remove
->
p_next
->
p_prev
=
NULL
;
gatt_utils.c:757
gatt_remove_an_item_from_list()
}
else
if
(
p_remove
->
p_next
==
NULL
)
{
gatt_utils.c:759
gatt_remove_an_item_from_list()
p_remove
->
p_prev
->
p_next
=
NULL
;
gatt_utils.c:761
gatt_remove_an_item_from_list()
p_remove
->
p_next
->
p_prev
=
p_remove
->
p_prev
;
gatt_utils.c:763
gatt_remove_an_item_from_list()
p_remove
->
p_prev
->
p_next
=
p_remove
->
p_next
;
gatt_utils.c:764
gatt_remove_an_item_from_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hdl_list_elem::p_next
is written by 2 functions and is read by 5 functions:
gatt_add_an_item_to_list()
gatt_remove_an_item_from_list()
All items filtered out
hdl_list_elem::p_next
gatt_find_hdl_buffer_by_handle()
gatt_find_hdl_buffer_by_attr_handle()
gatt_find_hdl_buffer_by_app_id()
gatt_add_an_item_to_list()
gatt_remove_an_item_from_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