Home | History | Annotate | Download | only in l2cap

Lines Matching refs:p_buf

1389 UINT16 L2CA_SendFixedChnlData (UINT16 fixed_cid, BD_ADDR rem_bda, BT_HDR *p_buf)
1424 p_buf->event = 0;
1425 p_buf
1436 l2c_enqueue_peer_data (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL], p_buf);
1720 BT_HDR *p_buf1, *p_buf;
1761 p_buf = (BT_HDR *)p_lcb->link_xmit_data_q.p_first;
1764 while ((p_buf != NULL) && (num_to_flush != 0))
1767 if ( (p_buf->layer_specific == 0) && (p_buf->event == lcid) )
1769 p_buf1 = p_buf;
1770 p_buf = (BT_HDR *)GKI_getnext (p_buf);
1778 p_buf = (BT_HDR *)GKI_getnext (p_buf);
1785 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q);
1786 if (p_buf)
1787 GKI_freebuf (p_buf);
1797 p_buf = (BT_HDR *)p_lcb->link_xmit_data_q.p_first;
1799 while (p_buf != NULL)
1801 if (p_buf->event == lcid)
1804 p_buf = (BT_HDR *)GKI_getnext (p_buf);