/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2cap_client.c | 115 list_append(l2cap_clients, ret); in l2cap_client_new() 404 list_append(client->outbound_fragments, bt_packet); in fragment_packet() 416 list_append(client->outbound_fragments, fragment); in fragment_packet()
|
D | l2c_main.c | 159 list_append(l2cb.rcv_pending_q, p_msg); in l2c_rcv_acl_data()
|
D | l2c_link.c | 1039 list_append(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
|
D | l2c_utils.c | 76 list_ret = list_append(l2cb.p_lcb_pool, p_lcb); in l2cu_allocate_lcb() 1490 list_append(l2cb.p_ccb_pool, p_ccb); in l2cu_allocate_ccb()
|
/hal_espressif-3.4.0/components/bt/common/osi/include/osi/ |
D | list.h | 74 bool list_append(list_t *list, void *data);
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/core/ |
D | btc_profile_queue.c | 60 list_append(connect_queue, p_node); in queue_int_add()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 226 list_append(services, p_new_srvc); in bta_gattc_insert_sec_service_to_cache() 237 list_append(services, p_new_srvc); in bta_gattc_insert_sec_service_to_cache() 289 list_append(p_srvc_cb->p_srvc_cache, p_new_srvc); in bta_gattc_add_srvc_to_cache() 333 list_append(service->characteristics, characteristic); in bta_gattc_add_char_to_cache() 385 list_append(service->included_svc, isvc); in bta_gattc_add_attr_to_cache() 407 list_append(char_node->descriptors, descriptor); in bta_gattc_add_attr_to_cache()
|
D | bta_gattc_co.c | 592 return list_append(addr_info->assoc_addr, p_assoc_buf); in bta_gattc_co_cache_append_assoc_addr()
|
D | bta_gattc_utils.c | 524 list_append(p_clcb->p_cmd_list, (void *)cmd_data); in bta_gattc_enqueue()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_dev.c | 78 list_append(btm_cb.p_sec_dev_rec_list, p_dev_rec); in BTM_SecAddDevice() 366 list_append(btm_cb.p_sec_dev_rec_list, p_dev_new_rec); in btm_sec_alloc_dev()
|
D | btm_pm.c | 398 if (!list_append(btm_cb.p_pm_mode_db_list, p_db)) { in btm_pm_sm_alloc()
|
D | btm_acl.c | 268 if (p && list_append(btm_cb.p_acl_db_list, p)) { in btm_acl_created()
|
D | btm_ble.c | 90 list_append(btm_cb.p_sec_dev_rec_list, p_dev_rec); in BTM_SecAddBleDevice()
|
/hal_espressif-3.4.0/components/bt/common/osi/ |
D | fixed_queue.c | 142 status = list_append(queue->list, data); //Check whether enqueued success in fixed_queue_enqueue()
|
D | hash_map.c | 160 return list_append(hash_bucket_list, hash_map_entry); in hash_map_set()
|
D | config.c | 233 list_append(config->sections, sec); in config_set_string() 249 list_append(sec->entries, entry); in config_set_string()
|
D | list.c | 152 bool list_append(list_t *list, void *data) in list_append() function
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 323 list_append(cmd_wait_q->commands_pending_response, wait_entry); in event_command_ready()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_db.c | 304 list_append(p_db->p_record_list, p_rec); in SDP_CreateRecord()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1010 list_append(gatt_cb.p_tcb_list, p_tcb); in gatt_tcb_alloc() 1762 list_append(gatt_cb.p_clcb_list, p_clcb); in gatt_clcb_alloc()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_main.c | 1147 list_append(p_scbi->a2d_list, p_new); in bta_av_dup_audio_buf()
|
D | bta_av_aact.c | 2212 list_append(p_scb->a2d_list, p_buf); in bta_av_data_path()
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | overflow_esp32s3.map | 32874 .literal.list_append 39308 .text.list_append 39311 0x0000000040397590 list_append 87847 list_append esp-idf/bt/libbt.a(list.c.obj)
|
D | overflow_esp32c3.map | 23366 .text.list_append 23368 0x00000000403bba00 list_append 67097 list_append esp-idf/bt/libbt.a(list.c.obj)
|