HomeSort by relevance Sort by last modified time
    Searched refs:p_buf2 (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 338 BT_HDR *p_buf2; local
347 if ((p_buf2 = (BT_HDR *)GKI_getpoolbuf(pool)) != NULL)
359 GKI_freebuf(p_buf2);
363 p_buf2->offset = new_offset;
364 p_buf2->len = no_of_bytes;
366 memcpy (((UINT8 *)(p_buf2 + 1)) + p_buf2->offset,
375 return (p_buf2);
1175 BT_HDR *p_buf2; local
1515 BT_HDR *p_buf, *p_buf2; local
    [all...]
l2c_utils.c 912 BT_HDR *p_buf, *p_buf2; local
939 p_buf2 = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q);
940 l2cu_set_acl_hci_header (p_buf2, p_ccb);
941 l2c_link_check_send_pkts (p_ccb->p_lcb, p_ccb, p_buf2);
    [all...]

Completed in 51 milliseconds