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

  /system/bt/stack/l2cap/
l2c_fcr.c 328 BT_HDR *p_buf2; local
337 if ((p_buf2 = (BT_HDR *)GKI_getpoolbuf(pool)) != NULL)
349 GKI_freebuf(p_buf2);
353 p_buf2->offset = new_offset;
354 p_buf2->len = no_of_bytes;
356 memcpy (((UINT8 *)(p_buf2 + 1)) + p_buf2->offset,
365 return (p_buf2);
1156 BT_HDR *p_buf2; local
1505 BT_HDR *p_buf, *p_buf2; local
    [all...]
l2c_utils.c 917 BT_HDR *p_buf, *p_buf2; local
944 p_buf2 = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q);
945 l2cu_set_acl_hci_header (p_buf2, p_ccb);
946 l2c_link_check_send_pkts (p_ccb->p_lcb, p_ccb, p_buf2);
    [all...]

Completed in 62 milliseconds