Searched refs:list_append (Results 1 – 21 of 21) sorted by relevance
/device/soc/esp/esp32/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 | 1036 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()
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/ |
D | list.h | 71 bool list_append(list_t *list, void *data);
|
/device/soc/esp/esp32/components/bt/common/osi/include/osi/ |
D | list.h | 74 bool list_append(list_t *list, void *data);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/ |
D | btc_profile_queue.c | 60 list_append(connect_queue, p_node); in queue_int_add()
|
/device/soc/esp/esp32/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() 326 list_append(btm_cb.p_sec_dev_rec_list, p_dev_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()
|
/device/soc/esp/esp32/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 | 159 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 | 151 bool list_append(list_t *list, void *data) in list_append() function
|
/device/soc/esp/esp32/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 | 588 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()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 323 list_append(cmd_wait_q->commands_pending_response, wait_entry); in event_command_ready()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_db.c | 304 list_append(p_db->p_record_list, p_rec); in SDP_CreateRecord()
|
/device/soc/esp/esp32/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()
|