Searched refs:L2CAP_HDR_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
H A Dbt-l2cap.c31 uint8_t frame_in[65535 + L2CAP_HDR_SIZE] __attribute__ ((aligned (4)));
34 uint8_t frame_out[65535 + L2CAP_HDR_SIZE] __attribute__ ((aligned (4)));
992 if (l2cap_fcs16((const uint8_t *) hdr, L2CAP_HDR_SIZE + len - 2) != fcs)
1093 if (len >= L2CAP_HDR_SIZE)
1094 if (len >= L2CAP_HDR_SIZE + le16_to_cpu(hdr->len))
1105 l2cap->frame_out_len = len + L2CAP_HDR_SIZE;
1110 return l2cap->frame_out + L2CAP_HDR_SIZE;
H A Dbt.h1722 #define L2CAP_HDR_SIZE 4 macro

Completed in 46 milliseconds