Home
last modified time | relevance | path

Searched refs:list_append (Results 1 – 21 of 21) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c115 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()
Dl2c_main.c159 list_append(l2cb.rcv_pending_q, p_msg); in l2c_rcv_acl_data()
Dl2c_link.c1036 list_append(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
Dl2c_utils.c76 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()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/
Dlist.h71 bool list_append(list_t *list, void *data);
/device/soc/esp/esp32/components/bt/common/osi/include/osi/
Dlist.h74 bool list_append(list_t *list, void *data);
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c60 list_append(connect_queue, p_node); in queue_int_add()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c78 list_append(btm_cb.p_sec_dev_rec_list, p_dev_rec); in BTM_SecAddDevice()
326 list_append(btm_cb.p_sec_dev_rec_list, p_dev_rec); in btm_sec_alloc_dev()
Dbtm_pm.c398 if (!list_append(btm_cb.p_pm_mode_db_list, p_db)) { in btm_pm_sm_alloc()
Dbtm_acl.c268 if (p && list_append(btm_cb.p_acl_db_list, p)) { in btm_acl_created()
Dbtm_ble.c90 list_append(btm_cb.p_sec_dev_rec_list, p_dev_rec); in BTM_SecAddBleDevice()
/device/soc/esp/esp32/components/bt/common/osi/
Dfixed_queue.c142 status = list_append(queue->list, data); //Check whether enqueued success in fixed_queue_enqueue()
Dhash_map.c159 return list_append(hash_bucket_list, hash_map_entry); in hash_map_set()
Dconfig.c233 list_append(config->sections, sec); in config_set_string()
249 list_append(sec->entries, entry); in config_set_string()
Dlist.c151 bool list_append(list_t *list, void *data) in list_append() function
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c226 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()
Dbta_gattc_co.c588 return list_append(addr_info->assoc_addr, p_assoc_buf); in bta_gattc_co_cache_append_assoc_addr()
Dbta_gattc_utils.c524 list_append(p_clcb->p_cmd_list, (void *)cmd_data); in bta_gattc_enqueue()
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/
Dhci_layer.c323 list_append(cmd_wait_q->commands_pending_response, wait_entry); in event_command_ready()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c304 list_append(p_db->p_record_list, p_rec); in SDP_CreateRecord()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1010 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()