ESP-IDF
list_append()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_append()
list_append() function
Syntax
Show:
Summary
Declaration
Definition
from
list.h:74
bool
list_append
(
list_t
*
list
,
void
*
data
)
;
Implemented in
list.c:152
Arguments
Argument
list
data
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_length()
list_front()
list_foreach()
bta_gattc_find_matching_service()
list_prepend()
find_bucket_entry_()
list_clear()
list_free_node()
list_back()
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
bool
list_append
(
list_t
*
list
,
void
*
data
)
list.c:152
bool
list_append
(
list_t
*
list
,
void
*
data
)
;
list.h:74
list_append
(
p_scb
->
a2d_list
,
p_buf
)
;
bta_av_aact.c:2256
bta_av_data_path()
list_append
(
p_scbi
->
a2d_list
,
p_new
)
;
bta_av_main.c:1176
bta_av_dup_audio_buf()
list_append
(
services
,
p_new_srvc
)
;
bta_gattc_cache.c:226
bta_gattc_insert_sec_service_to_cache()
list_append
(
services
,
p_new_srvc
)
;
bta_gattc_cache.c:237
bta_gattc_insert_sec_service_to_cache()
list_append
(
p_srvc_cb
->
p_srvc_cache
,
p_new_srvc
)
;
bta_gattc_cache.c:295
bta_gattc_add_srvc_to_cache()
list_append
(
service
->
characteristics
,
characteristic
)
;
bta_gattc_cache.c:339
bta_gattc_add_char_to_cache()
list_append
(
service
->
included_svc
,
isvc
)
;
bta_gattc_cache.c:391
bta_gattc_add_attr_to_cache()
list_append
(
char_node
->
descriptors
,
descriptor
)
;
bta_gattc_cache.c:413
bta_gattc_add_attr_to_cache()
return
list_append
(
addr_info
->
assoc_addr
,
p_assoc_buf
)
;
bta_gattc_co.c:611
bta_gattc_co_cache_append_assoc_addr()
list_append
(
p_clcb
->
p_cmd_list
,
(
void
*
)
cmd_data
)
;
bta_gattc_utils.c:540
bta_gattc_enqueue()
list_append
(
connect_queue
,
p_node
)
;
btc_profile_queue.c:52
queue_int_add()
if
(
p
&&
list_append
(
btm_cb
.
p_acl_db_list
,
p
)
)
{
btm_acl.c:270
btm_acl_created()
list_append
(
btm_cb
.
p_sec_dev_rec_list
,
p_dev_rec
)
;
btm_ble.c:91
BTM_SecAddBleDevice()
list_append
(
btm_cb
.
p_sec_dev_rec_list
,
p_dev_rec
)
;
btm_dev.c:78
BTM_SecAddDevice()
list_append
(
btm_cb
.
p_sec_dev_rec_list
,
p_dev_new_rec
)
;
btm_dev.c:378
btm_sec_alloc_dev()
if
(
!
list_append
(
btm_cb
.
p_pm_mode_db_list
,
p_db
)
)
{
btm_pm.c:395
btm_pm_sm_alloc()
list_append
(
config
->
sections
,
sec
)
;
config.c:225
config_set_string()
list_append
(
sec
->
entries
,
entry
)
;
config.c:241
config_set_string()
status
=
list_append
(
queue
->
list
,
data
)
;
//Check whether enqueued success
fixed_queue.c:142
fixed_queue_enqueue()
list_append
(
gatt_cb
.
p_tcb_list
,
p_tcb
)
;
gatt_utils.c:1031
gatt_tcb_alloc()
list_append
(
gatt_cb
.
p_clcb_list
,
p_clcb
)
;
gatt_utils.c:1786
gatt_clcb_alloc()
return
list_append
(
hash_bucket_list
,
hash_map_entry
)
;
hash_map.c:160
hash_map_set()
list_append
(
cmd_wait_q
->
commands_pending_response
,
wait_entry
)
;
hci_layer.c:332
event_command_ready()
list_append
(
p_lcb
->
link_xmit_data_q
,
p_buf
)
;
l2c_link.c:1045
l2c_link_check_send_pkts()
list_append
(
l2cb
.
rcv_pending_q
,
p_msg
)
;
l2c_main.c:181
l2c_rcv_acl_data()
list_ret
=
list_append
(
l2cb
.
p_lcb_pool
,
p_lcb
)
;
l2c_utils.c:80
l2cu_allocate_lcb()
list_append
(
l2cb
.
p_ccb_pool
,
p_ccb
)
;
l2c_utils.c:1494
l2cu_allocate_ccb()
list_append
(
p_db
->
p_record_list
,
p_rec
)
;
sdp_db.c:304
SDP_CreateRecord()
Call Tree
from
examples
list_append()
is called by 25 functions and calls 4 functions:
config_set_string()
fixed_queue_enqueue()
hash_map_set()
bta_av_data_path()
bta_av_dup_audio_buf()
bta_gattc_co_cache_append_assoc_addr()
bta_gattc_enqueue()
queue_int_add()
event_command_ready()
btm_acl_created()
BTM_SecAddBleDevice()
BTM_SecAddDevice()
btm_sec_alloc_dev()
btm_pm_sm_alloc()
gatt_tcb_alloc()
gatt_clcb_alloc()
l2c_link_check_send_pkts()
l2c_rcv_acl_data()
l2cu_allocate_lcb()
l2cu_allocate_ccb()
SDP_CreateRecord()
bta_gattc_insert_sec_service_to_cache()
bta_gattc_add_srvc_to_cache()
bta_gattc_add_char_to_cache()
bta_gattc_add_attr_to_cache()
All items filtered out
list_append()
__assert_func()
esp_log_timestamp()
esp_log_write()
osi_calloc_func()
All items filtered out
Data Use
from
examples
list_append()
reads 3 variables and writes 5 variables:
esp_log_level_t::ESP_LOG_ERROR
list_t::tail
list_t::length
All items filtered out
list_append()
list_node_t::next
list_node_t::data
list_t::head
list_t::tail
list_t::length
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