Home | History | Annotate | Download | only in adaptation

Lines Matching refs:p_buf

39     void DispHciCmd (BT_HDR *p_buf);
40 void DispHciEvt (BT_HDR *p_buf);
80 void DispHciCmd (BT_HDR *p_buf)
83 int nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
84 UINT8 * data = (UINT8*) p_buf;
85 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len;
105 void DispHciEvt (BT_HDR *p_buf)
108 int nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
109 UINT8 * data = (UINT8*) p_buf;
110 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len;