Lines Matching full:p_buf
199 void DispHciCmd (BT_HDR *p_buf)
201 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
202 UINT8* data = (UINT8*) p_buf;
203 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len;
217 void DispHciEvt (BT_HDR *p_buf)
219 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
220 UINT8* data = (UINT8*) p_buf;
221 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len;
243 void DispLLCP (BT_HDR *p_buf, BOOLEAN is_recv)
245 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
246 UINT8 * data = (UINT8*) p_buf;
247 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len;
288 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) {}
291 void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {}
292 void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {}
293 void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond) {}