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 341 BT_HDR *p_buf2 = (BT_HDR *)osi_malloc(buf_size); local
343 p_buf2->offset = new_offset;
344 p_buf2->len = no_of_bytes;
345 memcpy(((UINT8 *)(p_buf2 + 1)) + p_buf2->offset,
349 return (p_buf2);
1213 BT_HDR *p_buf2; local
1633 BT_HDR *p_buf2 = l2c_fcr_clone_buf(p_buf, p_buf->offset, p_buf->len); local
    [all...]
l2c_utils.c 919 BT_HDR *p_buf, *p_buf2; local
950 while ((p_buf2 = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != NULL)
952 l2cu_set_acl_hci_header (p_buf2, p_ccb);
953 l2c_link_check_send_pkts (p_ccb->p_lcb, p_ccb, p_buf2);
    [all...]

Completed in 71 milliseconds