Home | History | Annotate | Download | only in llcp

Lines Matching refs:BT_HDR

864 void llcp_dlc_proc_i_pdu (UINT8 dsap, UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_HDR *p_msg)
870 BT_HDR *p_last_buf;
953 BT_HDR *) GKI_getlast (&p_dlcb->i_rx_q);
1001 p_msg = (BT_HDR *) GKI_getpoolbuf (LLCP_POOL_ID);
1325 ** Returns BT_HDR*
1328 BT_HDR* llcp_dlc_get_next_pdu (tLLCP_DLCB *p_dlcb)
1330 BT_HDR *p_msg = NULL;
1343 p_msg = (BT_HDR *) GKI_dequeue (&p_dlcb->i_xmit_q);
1408 BT_HDR *p_msg;
1415 p_msg = (BT_HDR *) p_dlcb->i_xmit_q.p_first;