Home
last modified time | relevance | path

Searched refs:list_front (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c58 list_remove(connect_queue, list_front(connect_queue)); in queue_int_advance()
135 connect_node_t *p_head = list_front(connect_queue); in btc_queue_connect_next()
/hal_espressif-3.7.0/components/bt/common/osi/
Dfixed_queue.c162 ret = list_front(queue->list); in fixed_queue_dequeue()
180 ret = list_is_empty(queue->list) ? NULL : list_front(queue->list); in fixed_queue_try_peek_first()
Dlist.c92 void *list_front(const list_t *list) in list_front() function
/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dlist.h50 void *list_front(const list_t *list);
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c433 p_buf = list_front(p_lcb->link_xmit_data_q); in l2c_link_hci_disc_comp()
1118 p_buf = (BT_HDR *)list_front(p_lcb->link_xmit_data_q); in l2c_link_check_send_pkts()
1171 p_buf = (BT_HDR *)list_front(p_lcb->link_xmit_data_q); in l2c_link_check_send_pkts()
Dl2cap_client.c429 BT_HDR *packet = (BT_HDR *)list_front(client->outbound_fragments); in dispatch_fragments()
Dl2c_utils.c232 BT_HDR *p_buf = list_front(p_lcb->link_xmit_data_q); in l2cu_release_lcb()
/hal_espressif-3.7.0/components/bt/host/bluedroid/hci/
Dhci_layer.c397 NULL : list_front(cmd_wait_q->commands_pending_response)); in command_timed_out()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/av/
Dbta_av_main.c1180 BT_HDR *p_buf = list_front(p_scbi->a2d_list); in bta_av_dup_audio_buf()
Dbta_av_aact.c2043 p_buf = (BT_HDR *)list_front(p_scb->a2d_list); in bta_av_str_stopped()
2190 p_buf = (BT_HDR *)list_front(p_scb->a2d_list); in bta_av_data_path()
Dbta_av_act.c1836 p_buf = (BT_HDR *)list_front(p_scb->a2d_list); in bta_av_dereg_comp()