Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/common/osi/
Dfixed_queue.c163 list_remove(queue->list, ret); in fixed_queue_dequeue()
212 removed = list_remove(queue->list, data); in fixed_queue_try_remove_from_queue()
Dhash_map.c145 bool rc = list_remove(hash_bucket_list, hash_map_entry); in hash_map_set()
175 bool remove = list_remove(hash_bucket_list, hash_map_entry); in hash_map_erase()
Dconfig.c262 return list_remove(config->sections, sec); in config_remove_section()
278 ret = list_remove(sec->entries, entry); in config_remove_key()
Dlist.c173 bool list_remove(list_t *list, void *data) in list_remove() function
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/
Dlist.h72 bool list_remove(list_t *list, void *data);
/device/soc/esp/esp32/components/bt/common/osi/include/osi/
Dlist.h84 bool list_remove(list_t *list, void *data);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c414 list_remove(btm_cb.p_sec_dev_rec_list, p_dev_rec); in btm_sec_free_dev()
550 list_remove(btm_cb.p_sec_dev_rec_list, p_dev_rec); in btm_consolidate_dev()
560 list_remove(btm_cb.p_sec_dev_rec_list, p_dev_rec); in btm_consolidate_dev()
Dbtm_acl.c486 list_remove(btm_cb.p_pm_mode_db_list, p->p_pm_mode_db); in btm_acl_removed()
489 if (list_remove(btm_cb.p_acl_db_list, p)) { in btm_acl_removed()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c66 list_remove(connect_queue, list_front(connect_queue)); in queue_int_advance()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c130 list_remove(l2cap_clients, client); in l2cap_client_free()
430 list_remove(client->outbound_fragments, packet); in dispatch_fragments()
Dl2c_link.c431 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_hci_disc_comp()
1116 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
1169 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
Dl2c_main.c805 list_remove(l2cb.rcv_pending_q, p_buf); in l2c_process_held_packets()
Dl2c_api.c2231 list_remove(p_lcb->link_xmit_data_q, p_buf); in L2CA_FlushChannel()
Dl2c_fcr.c1467 list_remove(p_ccb->p_lcb->link_xmit_data_q, p_buf); in retransmit_i_frames()
Dl2c_utils.c233 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2cu_release_lcb()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c358 list_remove(sdp_cb.server_db.p_record_list, p_node); in SDP_DeleteRecord()
370 list_remove(sdp_cb.server_db.p_record_list, p_rec); in SDP_DeleteRecord()
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/
Dhci_layer.c547 list_remove(cmd_wait_q->commands_pending_response, wait_entry); in get_waiting_command()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c605 return list_remove(addr_info->assoc_addr, addr); in bta_gattc_co_cache_remove_assoc_addr()
Dbta_gattc_act.c1567 list_remove(p_clcb->p_cmd_list, (void *)p_data); in bta_gattc_pop_command_to_send()
1604 list_remove(p_clcb->p_cmd_list, (void *)p_data); in bta_gattc_free_command_data()
Dbta_gattc_cache.c561 list_remove(service->included_svc, include_service); in bta_gattc_update_include_service()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1032 if (list_remove(gatt_cb.p_tcb_list, p_tcb)) { in gatt_tcb_free()
1789 list_remove(gatt_cb.p_clcb_list, p_clcb); in gatt_clcb_dealloc()