Home
last modified time | relevance | path

Searched refs:fixed_queue_try_peek_first (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dfixed_queue.h74 void *fixed_queue_try_peek_first(fixed_queue_t *queue);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c699 … if ((p_buf = fixed_queue_try_peek_first(slot->tx.queue)) != NULL && p_buf->layer_specific == 0) { in btc_l2cap_write()
923 … if ((p_buf = fixed_queue_try_peek_first(slot->tx.queue)) != NULL && p_buf->layer_specific == 0) { in btc_l2cap_cb_handler()
965 if ((p_buf = fixed_queue_try_peek_first(slot->tx.queue)) == NULL) { in btc_l2cap_cb_handler()
980 … if ((p_buf = fixed_queue_try_peek_first(slot->tx.queue)) != NULL && p_buf->layer_specific == 0 && in btc_l2cap_cb_handler()
1155 … if ((p_buf = (BT_HDR *)fixed_queue_try_peek_first(slot->rx.queue)) != NULL && p_buf->len == 0) { in l2cap_vfs_read()
1159 … if (size == 0 || (p_buf = (BT_HDR *)fixed_queue_try_peek_first(slot->rx.queue)) == NULL) { in l2cap_vfs_read()
/hal_espressif-latest/components/bt/common/osi/
Dfixed_queue.c171 void *fixed_queue_try_peek_first(fixed_queue_t *queue) in fixed_queue_try_peek_first() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c703 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2c_ucd_check_pending_out_sec_q()
Dl2c_api.c2255 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()
Dl2c_fcr.c1562 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c317 BT_HDR *p_buf = fixed_queue_try_peek_first(p_ccb->rx_queue); in GAP_ConnReadData()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c535 while(fixed_queue_try_peek_first(prepare_record->queue)) { in gatt_process_exec_write_req()
1650 tGATT_VALUE *p_buf = (tGATT_VALUE *)fixed_queue_try_peek_first(p_tcb->pending_ind_q); in gatts_chk_pending_ind()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c1572 … if ((p_buf = (BT_HDR *)fixed_queue_try_peek_first(slot->rx.queue)) != NULL && p_buf->len == 0) { in spp_vfs_read()
1577 … if (size == 0 || (p_buf = (BT_HDR *)fixed_queue_try_peek_first(slot->rx.queue)) == NULL) { in spp_vfs_read()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1259 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()