ESP-IDF
list_back()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
list_back()
list_back() function
Syntax
Show:
Summary
Declaration
Definition
from
list.h:54
void
*
list_back
(
const
list_t
*
list
)
;
Implemented in
list.c:100
Arguments
Argument
list
Related Functions
Found 24 other functions taking a
list_t
argument:
Function
Description
list_begin()
list_end()
list_is_empty()
list_remove()
list_free()
list_append()
list_length()
list_front()
list_foreach()
bta_gattc_find_matching_service()
list_prepend()
find_bucket_entry_()
list_clear()
list_free_node()
list_delete_node()
list_contains()
list_get_node()
bta_gattc_get_db_size()
* Returns number of elements inside db from start_handle to end_handle
list_insert_after()
list_delete()
bta_gattc_get_db_size_with_type()
list_back_node()
bta_gattc_insert_sec_service_to_cache()
bta_gattc_update_include_service()
Examples
References
from
examples
Code
Location
Referrer
void
*
list_back
(
const
list_t
*
list
)
{
list.c:100
void
*
list_back
(
const
list_t
*
list
)
;
list.h:54
tBTA_GATTC_CHARACTERISTIC
*
char_node
=
list_back
(
service
->
characteristics
)
;
bta_gattc_cache.c:410
bta_gattc_add_attr_to_cache()
ret
=
list_is_empty
(
queue
->
list
)
?
NULL
:
list_back
(
queue
->
list
)
;
fixed_queue.c:195
fixed_queue_try_peek_last()
p_rec_prev
=
list_back
(
p_db
->
p_record_list
)
;
sdp_db.c:301
SDP_CreateRecord()
Call Tree
from
examples
list_back()
is called by 3 functions and calls 2 functions:
fixed_queue_try_peek_last()
SDP_CreateRecord()
bta_gattc_add_attr_to_cache()
All items filtered out
list_back()
__assert_func()
list_is_empty()
All items filtered out
Data Use
from
examples
list_back()
reads 2 variables:
list_node_t::data
list_t::tail
All items filtered out
list_back()
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